Skip to content

Commit

Permalink
Use foobar rspec formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Sep 25, 2013
1 parent d28b29e commit 19527c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
--require spec_helper
--format Fuubar
--color
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :development do
gem "cucumber", "~> 1.3.8"
gem "flay", "~> 2.4.0"
gem "flog", "~> 4.1.2"
gem "fuubar", "~> 1.2.1"
gem "guard", "~> 1.8.3"
gem "guard-bundler", "~> 1.0.0"
gem "guard-cucumber", "~> 1.4.0"
Expand Down
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ task :quality => [ :reek, :flog, :flay ]
Coveralls::RakeTask.new


RSpec::Core::RakeTask.new do | task |
task.rspec_opts = "--format documentation --color"
end
RSpec::Core::RakeTask.new


require "cucumber/rake/task"
Expand Down

0 comments on commit 19527c5

Please sign in to comment.