Skip to content

Commit

Permalink
added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhunter committed Jun 4, 2013
1 parent 3ce96e1 commit 866bfd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Gemfile
@@ -1,18 +1,9 @@
source "http://rubygems.org"
source "https://rubygems.org"

# Declare your gem's dependencies in dossier.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec

# gems used by the dummy application
gem "jquery-rails"
gem "mysql2"
gem 'coveralls', require: false

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -10,6 +10,9 @@
require 'pry'
require 'genspec'
require 'capybara/rspec'
require 'coveralls'

Coveralls.wear!

Rails.backtrace_cleaner.remove_silencers!

Expand Down

0 comments on commit 866bfd5

Please sign in to comment.