mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Correct RSpec/ClassCheck
This commit is contained in:
parent
e07b2bd712
commit
a12fbf99e5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Capybara::SpecHelper.spec '#current_scope' do
|
|||
|
||||
context 'when not in a #within block' do
|
||||
it 'should return the document' do
|
||||
expect(@session.current_scope).to be_kind_of Capybara::Node::Document
|
||||
expect(@session.current_scope).to be_a Capybara::Node::Document
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue