Skip to content

Commit

Permalink
Use Fuubar
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Jun 18, 2016
1 parent e12093d commit a8adb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -5,6 +5,7 @@ gemspec
group :devel do
gem 'coveralls', require: false
gem 'guard-rake'
gem 'fuubar'
gem 'minitest', '~> 5.0'
gem 'mocha'
gem 'pry'
Expand Down
2 changes: 1 addition & 1 deletion tasks/test.rake
Expand Up @@ -17,7 +17,7 @@ namespace :test do
end

RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = '-r ./spec/spec_helper.rb --color'
t.rspec_opts = '-r ./spec/spec_helper.rb --format Fuubar --color'
t.verbose = false
end

Expand Down

0 comments on commit a8adb03

Please sign in to comment.