Skip to content

Commit 2ee6543

Browse files
committed
Fix specs
1 parent 0f9cb6a commit 2ee6543

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/rubocop/cop/sequel/not_valid_constraint_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# frozen_string_literal: true
22

3-
require 'spec_helper'
4-
5-
describe RuboCop::Cop::Sequel::NotValidConstraint do
3+
RSpec.describe RuboCop::Cop::Sequel::NotValidConstraint do
64
subject(:cop) { described_class.new }
75

86
context 'when add_constraint used' do

0 commit comments

Comments
 (0)