fixed UI test
This commit is contained in:
parent
b743db5b11
commit
c39f258f50
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ ENV["RAILS_ENV"] = "test"
|
||||||
require File.expand_path('../../config/environment', __FILE__)
|
require File.expand_path('../../config/environment', __FILE__)
|
||||||
require 'rails/test_help'
|
require 'rails/test_help'
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
gem 'selenium-client', ">=1.2.8"
|
require 'selenium-webdriver'
|
||||||
require 'selenium/client'
|
|
||||||
|
|
||||||
class ExampleTest < Test::Unit::TestCase
|
class ExampleTest < Test::Unit::TestCase
|
||||||
attr_reader :browser
|
attr_reader :browser
|
||||||
|
|
Loading…
Reference in a new issue