Skip to content

Commit 725e2ad

Browse files
committed
new route
1 parent 8a08366 commit 725e2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/sinatra_basic_forms_lab_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
describe 'GET /NEW' do
1717
it 'sends a 200 status code' do
18-
get '/'
18+
get '/new'
1919
expect(last_response.status).to eq(200)
2020
end
2121

0 commit comments

Comments
 (0)