Skip to content

Commit

Permalink
Removes step definition that is now covered by aruba
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Oct 16, 2012
1 parent 7f063e4 commit ed121c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions features/step_definitions/additional_cli_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
step %q{the exit status should be 0}
end

Then /^the file "([^"]*)" should contain:$/ do |file, partial_content|
check_file_content(file, partial_content, true)
end

Then /^the backtrace\-normalized output should contain:$/ do |partial_output|
# ruby 1.9 includes additional stuff in the backtrace,
# so we need to normalize it to compare it with our expected output.
Expand Down

0 comments on commit ed121c0

Please sign in to comment.