From 6a0f130aae5fc98d26e0205e4c032a19d23f649a Mon Sep 17 00:00:00 2001 From: Tonio Serna Date: Wed, 21 Feb 2018 18:44:17 +0100 Subject: [PATCH] Master/Hotfix | 2. Fix burger margin responsiveness & require capybara/rspec --- app/assets/stylesheets/tonio_serna.sass.erb | 5 ++++- spec/rails_helper.rb | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/tonio_serna.sass.erb b/app/assets/stylesheets/tonio_serna.sass.erb index 68f030c..af7fa31 100644 --- a/app/assets/stylesheets/tonio_serna.sass.erb +++ b/app/assets/stylesheets/tonio_serna.sass.erb @@ -81,4 +81,7 @@ a background-color: #d2e1dd33 .usr-indx:hover - background-color: #b5edde80 \ No newline at end of file + background-color: #b5edde80 + +.resToggle + margin: 14px 0 0 \ No newline at end of file diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index efde569..120e6da 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -2,6 +2,7 @@ SimpleCov.start # This file is copied to spec/ when you run 'rails generate rspec:install' require 'spec_helper' +require 'capybara/rspec' ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__)