Skip to content

Commit

Permalink
Updated the default rake task to run specs and features.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Feb 25, 2010
1 parent c7f9a9f commit d7b95f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rescue LoadError
end
end

task :default => :spec
task :default => [:spec, :features]

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
Expand Down
1 change: 1 addition & 0 deletions spec/spec.opts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
--color
--format nested

0 comments on commit d7b95f6

Please sign in to comment.