Merge branch 'filling-in-layout' into 'master'
Filling in layout See merge request !4
Showing
| ... | @@ -56,6 +56,7 @@ group :test do | ... | @@ -56,6 +56,7 @@ group :test do |
| gem 'selenium-webdriver' | gem 'selenium-webdriver' | ||
| # Easy installation and use of chromedriver to run system tests with Chrome | # Easy installation and use of chromedriver to run system tests with Chrome | ||
| gem 'chromedriver-helper' | gem 'chromedriver-helper' | ||
| gem 'rails-controller-testing', '~> 1.0', '>= 1.0.2' | |||
| end | end | ||
| group :production do | group :production do | ||
| gem 'pg', '~> 1.0' | gem 'pg', '~> 1.0' | ||
| ... | @@ -63,3 +64,4 @@ end | ... | @@ -63,3 +64,4 @@ end |
| # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
| gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
| gem 'bootstrap-sass', '~> 3.3', '>= 3.3.7' | |||
| \ No newline at end of file |
app/assets/images/rails.png
0 → 100644
12.7 KB
app/assets/stylesheets/custom.scss
0 → 100644
app/controllers/users_controller.rb
0 → 100644
app/views/layouts/_footer.html.erb
0 → 100644
app/views/layouts/_header.html.erb
0 → 100644
app/views/users/new.html.erb
0 → 100644
test/controllers/users_controller_test.rb
0 → 100644
test/integration/site_layout_test.rb
0 → 100644
Please
register
or
sign in
to comment