mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-27 09:34:08 +01:00
migrate dependencies and admin feature
This commit is contained in:
parent
c8ab797924
commit
d193e21ee0
11 changed files with 70 additions and 117 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Given /^public signups are turned (.*)$/ do |state|
|
||||
case state
|
||||
case state
|
||||
when 'on'
|
||||
SITE_CONFIG['open_signups'] = true
|
||||
when 'off'
|
||||
|
|
@ -13,5 +13,5 @@ When /^I submit the signup form with username "([^\"]*)", password "([^\"]*)" an
|
|||
fill_in 'Desired login', :with => username
|
||||
fill_in 'Choose password', :with => password
|
||||
fill_in 'Confirm password', :with => confirm
|
||||
click_button
|
||||
click_button "Signup"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue