Skip to content

gSchool/dynamic_restaurant_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors