mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-04 15:01:48 +01:00
remove the last rspec story and migrate it to cucumber. Also remove equivalent selenium script
This commit is contained in:
parent
8d10deac30
commit
d945d974a7
12 changed files with 52 additions and 202 deletions
|
|
@ -14,6 +14,8 @@ module NavigationHelpers
|
|||
login_path
|
||||
when /the notes page/
|
||||
notes_path
|
||||
when /the contexts page/
|
||||
contexts_path
|
||||
|
||||
# Add more page name => path mappings here
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
Webrat.configure do |config|
|
||||
config.mode = :selenium
|
||||
config.application_environment = :selenium
|
||||
config.selenium_browser_startup_timeout = 30
|
||||
end
|
||||
|
||||
Cucumber::Rails::World.use_transactional_fixtures = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue