1
0
Fork 0
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:
Dennis Rogenius 2009-12-11 22:40:23 +01:00
parent 3026773784
commit bcff9d7eda
3 changed files with 11 additions and 11 deletions

View file

@ -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