Skip to content

Commit 5164bbd

Browse files
committed
Merge pull request #4 from learn-co-curriculum/wip
new route
2 parents 65827d8 + 725e2ad commit 5164bbd

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)