mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge pull request #912 from sanemat/fix/default-utf-8
Add magic comment for Ruby2.0.0
This commit is contained in:
commit
b6e68c5e5e
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#coding: US-ASCII
|
||||
Capybara::SpecHelper.spec "#save_screenshot" do
|
||||
let(:image_path) { File.join(Dir.tmpdir, 'capybara-screenshot.png') }
|
||||
|
||||
|
|
Loading…
Reference in a new issue