Skip to content

Commit

Permalink
Merge pull request collectiveidea#560 from collectiveidea/coverage-fix
Browse files Browse the repository at this point in the history
Fix coverage issue
  • Loading branch information
danielmorrison authored Jan 8, 2021
2 parents 14b6d3e + e67da93 commit 1e2994a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/audited/audit_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "spec_helper"

SingleCov.covered!
SingleCov.covered! uncovered: 1 # Rails version check

describe Audited::Audit do
let(:user) { Models::ActiveRecord::User.new name: "Testing" }
Expand Down

0 comments on commit 1e2994a

Please sign in to comment.