mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
8 lines
No EOL
238 B
Text
8 lines
No EOL
238 B
Text
setup :fixtures => :all
|
|
login :as => 'admin'
|
|
open "/"
|
|
assert_context_count_incremented do
|
|
type "todo_description", "a new action"
|
|
type "todo_context_name", "Brand new context"
|
|
click "css=#todo-form-new-action .submit_box button"
|
|
end |