mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 09:34:57 +02:00
whitelisting for education
This commit is contained in:
parent
c77299cd05
commit
3272b16f47
4 changed files with 37 additions and 23 deletions
|
@ -30,7 +30,7 @@ describe 'signup' do
|
|||
it 'succeeds with valid data' do
|
||||
fill_in_valid
|
||||
click_button 'Create My Site'
|
||||
page.must_have_content /Welcome to your new site/
|
||||
page.must_have_content /Let's Get Started/
|
||||
|
||||
index_file_path = File.join Site::SITE_FILES_ROOT, @site[:username], 'index.html'
|
||||
File.exist?(index_file_path).must_equal true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue