mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 22:21:11 +00:00
Enable travis and coveralls
This commit is contained in:
parent
cc0b130c86
commit
237318c7b4
4 changed files with 36 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue