Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Typo in toc_spec.rb :selemium -> :selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-nz committed Feb 8, 2014
1 parent 36e472d commit 4b7913d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/toc_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
unless `which phantomjs`.empty?
Capybara.current_driver = :poltergeist
else
Capybara.current_driver = :selemium
Capybara.current_driver = :selenium
end
Capybara.run_server = false
end
Expand Down

0 comments on commit 4b7913d

Please sign in to comment.