Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Use coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pencil committed Oct 21, 2013
1 parent ce7f7b1 commit a29669e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion casino.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 10.0'
s.add_development_dependency 'rspec', '~> 2.12'
s.add_development_dependency 'rspec-rails', '~> 2.0'
s.add_development_dependency 'simplecov', '~> 0.7'
s.add_development_dependency 'sqlite3', '~> 1.3'
s.add_development_dependency 'factory_girl', '~> 4.1'
s.add_development_dependency 'webmock', '~> 1.9'
s.add_development_dependency 'coveralls', '~> 0.7'

s.add_runtime_dependency 'rails', '~> 3.2.9'
s.add_runtime_dependency 'jquery-rails', '~> 2.1'
Expand Down
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'

require 'simplecov'
SimpleCov.start 'rails'
require 'coveralls'
Coveralls.wear!

require File.expand_path('../dummy/config/environment.rb', __FILE__)
require 'rspec/rails'
Expand Down

0 comments on commit a29669e

Please sign in to comment.