Skip to content

Commit

Permalink
Invoke Coveralls from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Jul 3, 2024
1 parent 49f6a2c commit 0d82eb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ gemspec

group :test do
gem "rspec-rails"

gem 'coveralls_reborn', require: false
gem "capybara"

gem "sqlite3", "~> 1.4"
end

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!

# This file was generated by the `rails generate rspec:install` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# The generated `.rspec` file contains `--require spec_helper` which will cause
Expand Down

0 comments on commit 0d82eb4

Please sign in to comment.