Merge branch 'static-pages' into 'master'
Static pages See merge request !1
Showing
| ... | @@ -35,7 +35,13 @@ group :development, :test do | ... | @@ -35,7 +35,13 @@ group :development, :test do |
| gem 'byebug' | gem 'byebug' | ||
| # Use sqlite3 as the database for Active Record | # Use sqlite3 as the database for Active Record | ||
| gem 'sqlite3', '1.3.11' | gem 'sqlite3', '1.3.11' | ||
| gem 'rspec-rails', '2.13.1' | gem 'rspec-rails', '2.99' | ||
| gem 'test-unit' | |||
| end | |||
| group :test do | |||
| gem 'selenium-webdriver', '2.35.1' | |||
| gem 'capybara', '2.1.0' | |||
| end | end | ||
| group :development do | group :development do | ||
| ... | ... |
app/assets/javascripts/static_pages.coffee
0 → 100644
app/assets/stylesheets/static_pages.scss
0 → 100644
app/controllers/static_pages_controller.rb
0 → 100644
app/helpers/static_pages_helper.rb
0 → 100644
app/views/static_pages/about.html.erb
0 → 100644
app/views/static_pages/help.html.erb
0 → 100644
app/views/static_pages/home.html.erb
0 → 100644
spec/requests/static_pages_spec.rb
0 → 100644
Please
register
or
sign in
to comment