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

Commit

Permalink
Fix failed specs and added rails-controller-testing gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaybarot committed Oct 19, 2016
1 parent 9ebf812 commit ffe0e4d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rvm:
- 2.0.0
- 2.1.0
- 2.2.2
- 2.3.0
notifications:
hipchat:
rooms:
Expand Down
3 changes: 2 additions & 1 deletion casino.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ Gem::Specification.new do |s|
s.add_development_dependency 'factory_girl', '~> 4.1'
s.add_development_dependency 'webmock', '~> 1.9'
s.add_development_dependency 'coveralls', '~> 0.7'
s.add_development_dependency 'rails-controller-testing', '~> 0'

s.add_runtime_dependency 'rails', '>= 4.1.0', '< 4.3.0'
s.add_runtime_dependency 'rails', '>= 4.1.0', '< 5.0.0.1'
s.add_runtime_dependency 'sass-rails', '>= 4.0.0', '< 6.0.0'
s.add_runtime_dependency 'addressable', '~> 2.3'
s.add_runtime_dependency 'terminal-table', '~> 1.4'
Expand Down
2 changes: 1 addition & 1 deletion lib/casino/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CASino
VERSION = '4.1.2'
VERSION = '4.1.3'
end
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
ENV["RAILS_ENV"] ||= 'test'

require 'coveralls'
require 'rails-controller-testing'
Coveralls.wear!

SimpleCov.formatter = Coveralls::SimpleCov::Formatter
Expand Down

0 comments on commit ffe0e4d

Please sign in to comment.