Add pretty buttons
This commit is contained in:
parent
1fc9dda21f
commit
62f3b10184
5 changed files with 23 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue