mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-20 01:00:13 +01:00
Upgrade Selenium on Rails to r140
This commit is contained in:
parent
156862200b
commit
40074c71ad
117 changed files with 16789 additions and 8867 deletions
|
|
@ -5,6 +5,7 @@ RAILS_ROOT = File.expand_path(File.dirname(__FILE__) + "/")
|
|||
class SetupTest < Test::Unit::TestCase
|
||||
def setup
|
||||
@controller = SeleniumController.new
|
||||
@controller.extend(SeleniumOnRails::PathsTestHelper)
|
||||
SeleniumController.any_instance.stubs(:clear_tables).returns([])
|
||||
SeleniumController.any_instance.stubs(:layout_path).returns(false)
|
||||
ActionController::Routing::Routes.draw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue