mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
bundler/gem_tasks is easier.
This commit is contained in:
parent
eb7d9c1126
commit
9cee2e5baa
1 changed files with 1 additions and 3 deletions
4
Rakefile
4
Rakefile
|
@ -1,8 +1,6 @@
|
|||
require 'bundler'
|
||||
require 'bundler/gem_tasks'
|
||||
require 'cucumber/rake/task'
|
||||
|
||||
Bundler::GemHelper.install_tasks
|
||||
|
||||
Cucumber::Rake::Task.new(:cucumber) do |t|
|
||||
t.fork = true
|
||||
t.cucumber_opts = ['--format', (ENV['CUCUMBER_FORMAT'] || 'progress')]
|
||||
|
|
Loading…
Reference in a new issue