Skip to content

Commit

Permalink
Add missing require in sequel plugin spec
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Oct 18, 2020
1 parent ae0c2ae commit 2748e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/mobility/plugins/sequel_spec.rb
Expand Up @@ -2,10 +2,10 @@

return unless defined?(Sequel)

require "mobility/plugins/sequel"

describe Mobility::Plugins::Sequel, orm: :sequel, type: :plugin do
plugins do
sequel
end
plugins :sequel

it "raises TypeError unless class is a subclass of Sequel::Model" do
klass = Class.new
Expand Down

0 comments on commit 2748e27

Please sign in to comment.