Skip to content

Commit

Permalink
Merge pull request #856 from olleolleolle/feature/cleanup-doc_string-…
Browse files Browse the repository at this point in the history
…can-compare-to-string

[cleanup] Nowadays, DocString compares to Strings
  • Loading branch information
mattwynne committed Jun 19, 2015
2 parents 8b5b9bd + 44bace2 commit 8fca5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/lib/step_definitions/junit_steps.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Then(/^the junit output file "(.*?)" should contain:$/) do |actual_file, text|
actual = IO.read(current_dir + '/' + actual_file)
actual = replace_junit_time(actual)
expect(actual).to eq text.to_s
expect(actual).to eq text
end

module JUnitHelper
Expand Down

0 comments on commit 8fca5ba

Please sign in to comment.