Sha256: 76c49b8a7410d8414bdd26e3028c61dd634c1f212ddc6c110132c73be0d4c403

Contents?: true

Size: 269 Bytes

Versions: 35

Compression:

Stored size: 269 Bytes

Contents

When /^I add "([^"]+)" from this project as a dependency$/ do |gem_name|
  append_to_file('Gemfile', %{gem "#{gem_name}", :path => "#{PROJECT_ROOT}"\n})
end

When /^I add "([^"]+)" as a dependency$/ do |gem_name|
  append_to_file('Gemfile', %{gem "#{gem_name}"\n})
end

Version data entries

35 entries across 35 versions & 6 rubygems

Version Path
factory_bot_sequences-4.8.4 features/step_definitions/rails_steps.rb
factory_girl_sequences-4.9.0 features/step_definitions/rails_steps.rb
factory_bot_sequences-4.8.3 features/step_definitions/rails_steps.rb
factory_girl_sequences-4.8.0 features/step_definitions/rails_steps.rb
factory_girl_sequences-4.3.1 features/step_definitions/rails_steps.rb
factory_girl_sequences-4.3.0 features/step_definitions/rails_steps.rb
factory_girl_sequences-4.2.0 features/step_definitions/rails_steps.rb
factory_girl_sequences-4.1.0 features/step_definitions/rails_steps.rb
factory_girl_sequences-4.0.0 features/step_definitions/rails_steps.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/factory_girl_rails-4.1.0/features/step_definitions/rails_steps.rb
exceptions_app-0.0.1 features/step_definitions/rails_steps.rb
factory_girl_rails-4.1.0 features/step_definitions/rails_steps.rb
factory_girl_rails-4.0.0 features/step_definitions/rails_steps.rb
factory_girl_rails-4.0.0.rc1 features/step_definitions/rails_steps.rb
factory_girl_rails-3.6.0 features/step_definitions/rails_steps.rb
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/factory_girl_rails-3.2.0/features/step_definitions/rails_steps.rb
factory_girl_rails-3.5.0 features/step_definitions/rails_steps.rb
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/factory_girl_rails-3.2.0/features/step_definitions/rails_steps.rb
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/factory_girl_rails-3.2.0/features/step_definitions/rails_steps.rb
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/factory_girl_rails-3.2.0/features/step_definitions/rails_steps.rb