Skip to content

Commit

Permalink
Fix RC client spec for Ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Oct 17, 2013
1 parent f997df4 commit 2589460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/spec/integration/selenium/client/api/screenshot_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
encodedImage = page.capture_screenshot_to_string
pngImage = Base64.decode64(encodedImage)

pngImage.should =~ /^\211PNG/
pngImage.should =~ /^\211PNG/n
end
end

0 comments on commit 2589460

Please sign in to comment.