Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
test coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie McLaughlin committed Mar 10, 2014
1 parent 2cf9f12 commit 0a09021
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ gem 'gon'
gem 'color'
gem 'redis'

gem 'coveralls', require: false

gem 'sinatra'


Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

require './generate_flatfile'

require 'coveralls'
Coveralls.wear!

Capybara.javascript_driver = :webkit

RSpec.configure do |config|
Expand Down

0 comments on commit 0a09021

Please sign in to comment.