Skip to content

Commit

Permalink
added spec directory to spec load path
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Dec 12, 2009
1 parent 833ae6d commit 64d564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -8,7 +8,7 @@ task :default => :spec
Spec::Rake::SpecTask.new do |spec|
spec.spec_files = FileList["spec/**/*_spec.rb"]
spec.spec_opts << "--color"
spec.libs << "lib"
spec.libs += ["lib", "spec"]
spec.rcov = true
spec.rcov_dir = "rcov"
end
Expand Down

0 comments on commit 64d564a

Please sign in to comment.