Sha256: 38e8630651329a719d017aaccc145c529bb89789d7198b8e78448c5a813827a0

Contents?: true

Size: 250 Bytes

Versions: 4

Compression:

Stored size: 250 Bytes

Contents

When /^I add the "([^"]*)" gem$/ do |gem_name|
  append_to_file('Gemfile', %{\ngem "#{gem_name}"\n})
end

When /^I add the "([^"]*)" gem from this project$/ do |gem_name|
  append_to_file('Gemfile', %{\ngem "#{gem_name}", :path => "../../.."\n})
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
clearance-1.0.0.rc7 features/step_definitions/gem_file_steps.rb
clearance-1.0.0.rc6 features/step_definitions/gem_file_steps.rb
clearance-1.0.0.rc4 features/step_definitions/gem_file_steps.rb
clearance-1.0.0.rc3 features/step_definitions/gem_file_steps.rb