mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
remove no longer used index file
This commit is contained in:
parent
fdcaaf0177
commit
f673c8b231
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
require_relative './environment.rb'
|
|
||||||
|
|
||||||
describe 'index' do
|
|
||||||
include Capybara::DSL
|
|
||||||
it 'goes to signup' do
|
|
||||||
Capybara.reset_sessions!
|
|
||||||
visit '/'
|
|
||||||
click_button 'Create My Site'
|
|
||||||
page.must_have_content('Create a New Website')
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Add table
Reference in a new issue