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__)