Skip to content

seishingithub/dynamic_restaurant_site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gSchool Restaurant Site

Setup

  • Fork this repo
  • Clone your fork
  • Make sure your dependencies are installed bundle install
  • Start the server with rackup
  • Open localhost:9292 in your browser

Specs

To run the specs, run rspec. You can also run specs from a single file using rspec spec/features/homepage_spec.rb. To run a specific spec, use rspec spec/features/homepage_spec.rb:5, where the number, in this case "5" is any line within the it block you want to run.

Acceptance-level specs are written with Capybara.

Capybara is a DSL, just like RSpec. For details on the DSL, see the documentation.

You can find them in the spec/features directory.

Development

NOTE: Whenever you change a ruby file, you need to stop the server, and restart it.

Staging

Heroku URL http://young-earth-9624.herokuapp.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.8%
  • CSS 31.2%