features/step_definitions/file_steps.rb in airbrake-3.1.6 vs features/step_definitions/file_steps.rb in airbrake-3.1.7

- old
+ new

@@ -6,5 +6,9 @@ full_path_target = File.join(rails_root, target_file) target_text = File.open(full_path_target).read target_text.should_not include(contents_text) end + +Then /^I append "([^\"]*)" to Gemfile$/ do |contents| + append_to_gemfile(contents) +end