Commit 9f0a9159 by Aman Sharma

Change test title

parent 711137cb
describe "GET '/' - from API", :type => :feature do describe "GET '/' - from API", :type => :feature do
it 'checks the application renders or not' do it 'checks the application renders or not' do
visit('http://localhost:3000/') visit('http://localhost:3000/')
expect(page.title).to eq("RailsReactRecipe") expect(page).to have_title "RailsReactRecipe"
end end
end end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment