Pointing to the wrong spec folder.

This commit is contained in:
Parker Moore 2013-02-28 21:50:24 +01:00
parent 1c28ff0191
commit 4972fb6c62

View File

@ -465,7 +465,7 @@ end
# Run tests for Octopress module, found in lib/.
#
Rake::TestTask.new do |t|
t.pattern = "spec/**/*_spec.rb"
t.pattern = "lib/spec/**/*_spec.rb"
end
def get_unpublished(posts, options={})