Sha256: 84c74ff91bb36ce36e84bf899dda38b28cb756e9481cbfadf841e577ad272aeb
Contents?: true
Size: 474 Bytes
Versions: 6
Compression:
Stored size: 474 Bytes
Contents
When /^I add this library as a dependency$/ do append_to_file('Gemfile', %{\ngem "diesel", :path => "#{PROJECT_ROOT}"\n}) end Then /^at least one example should have run$/ do Then %{the output should match /[1-9]0? examples?/} end When /^I add the "([^"]*)" as a diesel engine$/ do |engine_name| When %{I add this library as a dependency} append_to_file('Gemfile', <<-GEM) gem "#{engine_name}", :path => "#{PROJECT_ROOT}/tmp/aruba/#{engine_name}" GEM end
Version data entries
6 entries across 6 versions & 1 rubygems