migrate dependencies and admin feature

This commit is contained in:
Reinier Balt 2012-02-03 15:57:23 +01:00
parent c8ab797924
commit d193e21ee0
11 changed files with 70 additions and 117 deletions

View file

@ -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