Skip to content

Commit

Permalink
Merge branch 'master' into spec-activerecord
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jan 22, 2010
2 parents b2a1d4b + a768824 commit 86ab5d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ end


desc "Run specs" desc "Run specs"
Spec::Rake::SpecTask.new do |t| Spec::Rake::SpecTask.new do |t|
t.rcov = true
t.spec_opts = ["--format", "specdoc", "--colour"] t.spec_opts = ["--format", "specdoc", "--colour"]
t.spec_files = FileList["spec/**/*_spec.rb"] t.spec_files = FileList["spec/**/*_spec.rb"]
end end

0 comments on commit 86ab5d7

Please sign in to comment.