mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Rubocop update
This commit is contained in:
parent
1a48bc7716
commit
7b78181ba9
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ Capybara::SpecHelper.spec '#current_url, #current_path, #current_host' do
|
|||
@session.visit("#{bases[0]}/redirect")
|
||||
should_be_on 0, '/landed'
|
||||
end
|
||||
|
||||
|
||||
it 'maintains fragment' do
|
||||
@session.visit("#{bases[0]}/redirect#fragment")
|
||||
should_be_on 0, '/landed#fragment'
|
||||
|
|
Loading…
Reference in a new issue