File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ group :test do
77 gem 'rspec-rails'
88 gem 'activeadmin' , github : 'activeadmin' , ref : '54bede0558a99ab759f98f9b24e1b0144063a81e'
99
10-
10+ gem 'coveralls' , require : false # Test coverage website. Go to https://coveralls.io
1111
1212 gem 'devise'
1313 gem 'sass-rails'
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ with support of validations and bulk inserts
66
77[ ![ Build Status] ( http://img.shields.io/travis/Fivell/active_admin_import.svg )] ( https://travis-ci.org/Fivell/active_admin_import )
88[ ![ Dependency Status] ( http://img.shields.io/gemnasium/Fivell/active_admin_import.svg )] ( https://gemnasium.com/Fivell/active_admin_import )
9+ [ ![ Coverage Status] ( http://img.shields.io/coveralls/Fivell/active_admin_import.svg )] ( https://coveralls.io/r/Fivell/active_admin_import )
910
1011 branch for AA 1.0.0 and Rails >= 4.1
1112
Original file line number Diff line number Diff line change 1+ require 'coveralls'
2+ Coveralls . wear!
3+
14$LOAD_PATH. unshift ( File . dirname ( __FILE__ ) )
25$LOAD_PATH << File . expand_path ( '../support' , __FILE__ )
36
You can’t perform that action at this time.
0 commit comments