Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
numbata committed May 14, 2024
1 parent 0f9cb6a commit 2ee6543
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/rubocop/cop/sequel/not_valid_constraint_spec.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

require 'spec_helper'

describe RuboCop::Cop::Sequel::NotValidConstraint do
RSpec.describe RuboCop::Cop::Sequel::NotValidConstraint do
subject(:cop) { described_class.new }

context 'when add_constraint used' do
Expand Down

0 comments on commit 2ee6543

Please sign in to comment.