mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 01:30:12 +01:00
9 lines
397 B
Text
9 lines
397 B
Text
|
|
setup
|
||
|
|
setup :keep_session
|
||
|
|
test.setup :fixtures => :all
|
||
|
|
setup :fixtures => [:foo, 'bar']
|
||
|
|
setup :clear_tables => [:foo, :bar], :fixtures => :all
|
||
|
|
assert_absolute_location :controller => 'selenium', :action => 'setup' #urls must be tested with a controller
|
||
|
|
assert_title view.controller.controller_name #make sure we can access the view easily
|
||
|
|
include_partial 'partial', :source => 'RSelenese'
|