Add pretty buttons

This commit is contained in:
Andrew Tomaka 2013-08-11 01:11:13 -04:00
parent 1fc9dda21f
commit 62f3b10184
5 changed files with 23 additions and 1 deletions

View file

@ -3,11 +3,14 @@ require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'
require 'capybara/rspec'
require 'coveralls'
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration)
Coveralls.wear!
RSpec.configure do |config|
# ## Mock Framework
#