mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
fixed a desciption and removed whitespaces
This commit is contained in:
parent
3026773784
commit
bcff9d7eda
3 changed files with 11 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ describe Capybara::Session do
|
|||
end
|
||||
|
||||
describe '#driver' do
|
||||
it "should be a rack test driver" do
|
||||
it "should be a selenium driver" do
|
||||
@session.driver.should be_an_instance_of(Capybara::Driver::Selenium)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue