|
|
@ -2,6 +2,10 @@ require 'rubygems' |
|
|
|
|
|
|
|
|
|
|
|
# This file is copied to spec/ when you run 'rails generate rspec:install' |
|
|
|
# This file is copied to spec/ when you run 'rails generate rspec:install' |
|
|
|
ENV["RAILS_ENV"] ||= 'test' |
|
|
|
ENV["RAILS_ENV"] ||= 'test' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
require 'coveralls' |
|
|
|
|
|
|
|
Coveralls.wear_merged!('rails') |
|
|
|
|
|
|
|
|
|
|
|
require File.expand_path("../../config/environment", __FILE__) |
|
|
|
require File.expand_path("../../config/environment", __FILE__) |
|
|
|
require 'rspec/rails' |
|
|
|
require 'rspec/rails' |
|
|
|
|
|
|
|
|
|
|
|