Skip to content

Commit

Permalink
Merge 1ec1973 into 002a0af
Browse files Browse the repository at this point in the history
  • Loading branch information
hirocaster committed Aug 10, 2013
2 parents 002a0af + 1ec1973 commit 5686f7a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
service_name: travis
repo_token: Qc0g2mwHwjEgLQY3jH3dZghlx0pqnEU2n
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ group :test do
gem 'simplecov', :require => false if RUBY_VERSION >= '1.9'
gem 'factory_girl', '2.6.1'
gem 'database_cleaner', '0.7.1'
gem 'coveralls', require: false
end

group :mysql do
Expand Down
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,17 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.6.3)
colorize (0.5.8)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
coveralls (0.5.8)
colorize
json
rest-client
simplecov (>= 0.7)
thor
database_cleaner (0.7.1)
diff-lcs (1.1.3)
dm-aggregates (1.2.0)
Expand Down Expand Up @@ -102,6 +109,7 @@ GEM
json (1.5.5)
kramdown (1.0.2)
libv8 (3.11.8.17)
mime-types (1.23)
multi_json (1.0.4)
nokogiri (1.5.9)
padrino-core (0.11.2)
Expand All @@ -124,6 +132,8 @@ GEM
rake (10.0.4)
redcarpet (2.3.0)
ref (1.0.5)
rest-client (1.6.7)
mime-types (>= 1.16)
ripl (0.7.0)
bond (~> 0.4.2)
ripl-multi_line (0.3.1)
Expand Down Expand Up @@ -197,6 +207,7 @@ DEPENDENCIES
coderay (= 1.0.5)
coffee-script
compass
coveralls
data_objects!
database_cleaner (= 0.7.1)
dm-aggregates (= 1.2.0)
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

if RUBY_VERSION >= '1.9'

require 'simplecov'
Expand Down

0 comments on commit 5686f7a

Please sign in to comment.