source 'https://rubygems.org'
gem 'retrospective', group: :development
Thursday has always been one of my least favorite days of the week. I can't really say why. Bad memories are often always associated with Thursdays, in my life.
Read more...describe 'writing code' do
it 'should be good dry code' do
write_application('Meh.', 3)
expect(page).to have_content 'Meh. (★★★☆☆)'
end
end
Federicos-MacBook-Air:yelp federicomaffei$ rspec
restaurants listing page
no restaurants
tells me there a no restaurants
are restaurants
should show the restaurant
restaurant creation form
should be able to create a restaurant
restaurant edit form
shound be able to edit a restaurant
can delete restaurants
writing reviews
should add the review of a resturant