Skip to content

Commit

Permalink
Master/Hotfix | 2. Fix burger margin responsiveness & require capybar…
Browse files Browse the repository at this point in the history
…a/rspec
  • Loading branch information
nelantone committed Feb 21, 2018
1 parent 8747947 commit 6a0f130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/assets/stylesheets/tonio_serna.sass.erb
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,7 @@ a
background-color: #d2e1dd33

.usr-indx:hover
background-color: #b5edde80
background-color: #b5edde80

.resToggle
margin: 14px 0 0
1 change: 1 addition & 0 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit 6a0f130

Please sign in to comment.