Skip to content

Commit

Permalink
Add spec testing require of flipper-active_record.rb
Browse files Browse the repository at this point in the history
This will guard against regressions like that fixed in flippercloud#437.
  • Loading branch information
bendb-instacart committed Sep 14, 2019
1 parent e8690c9 commit 075c06e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/flipper/adapters/active_record_requires_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This nominally-empty spec ensures that the file "flipper-active_record.rb" can be
# required without error, and guards against regressions of the kind fixed in
# https://github.com/jnunemaker/flipper/pull/437.

require "flipper-active_record.rb"

0 comments on commit 075c06e

Please sign in to comment.