File tree 4 files changed +0
-9
lines changed
4 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,3 @@ test/generators/tmp/*
9
9
bundler_stubs /*
10
10
binstubs /*
11
11
bin /*
12
- coverage
Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://secure.travis-ci.org/bcardarella/client_side_validations.png?branch=3-2-stable )] ( http://travis-ci.org/bcardarella/client_side_validations )
4
4
[ ![ Dependency Status] ( https://gemnasium.com/bcardarella/client_side_validations.png?travis )] ( https://gemnasium.com/bcardarella/client_side_validations )
5
5
[ ![ Code Climate] ( https://codeclimate.com/github/bcardarella/client_side_validations.png )] ( https://codeclimate.com/github/bcardarella/client_side_validations )
6
- [ ![ Coverage Status] ( https://coveralls.io/repos/lemurheavy/client_side_validations/badge.png?branch=3-2-stable )] ( https://coveralls.io/r/lemurheavy/client_side_validations )
7
6
8
7
` ClientSideValidations ` made easy for your Rails v3.1+ applications!
9
8
Original file line number Diff line number Diff line change @@ -27,6 +27,4 @@ Gem::Specification.new do |s|
27
27
s . add_development_dependency 'json'
28
28
s . add_development_dependency 'coffee-script'
29
29
s . add_development_dependency 'jquery-rails'
30
-
31
- s . add_development_dependency 'coveralls'
32
30
end
Original file line number Diff line number Diff line change 1
1
require 'rubygems'
2
-
3
- require 'coveralls'
4
- Coveralls . wear!
5
-
6
2
require 'bundler/setup'
7
3
require 'test/unit'
8
-
9
4
if RUBY_VERSION >= '1.9.3'
10
5
require 'debugger'
11
6
end
You can’t perform that action at this time.
0 commit comments