Make the travis log shorter, enable coveralls rails mode

This commit is contained in:
Henne Vogelsang 2014-04-10 11:59:24 +02:00
parent 25f24c1410
commit 33d74277d0
2 changed files with 9 additions and 8 deletions

View file

@ -1,9 +1,9 @@
require 'coveralls'
Coveralls.wear!('rails')
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'coveralls'
Coveralls.wear!
# Requires supporting ruby files with custom matchers and macros, etc, in
# spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are