Skip to content

Commit

Permalink
Use .rspec file to set RSpec config so rspec binary can see them
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Apr 13, 2012
1 parent e5d7c79 commit b5ce2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rspec
@@ -0,0 +1 @@
--color
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -2,6 +2,6 @@ require "bundler/gem_tasks"
require "rspec/core/rake_task"

desc "Run specs"
RSpec::Core::RakeTask.new { |t| t.rspec_opts = "--color" }
RSpec::Core::RakeTask.new(:spec)

task :default => :spec

0 comments on commit b5ce2f7

Please sign in to comment.