We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9cb6a commit 2ee6543Copy full SHA for 2ee6543
spec/rubocop/cop/sequel/not_valid_constraint_spec.rb
@@ -1,8 +1,6 @@
1
# frozen_string_literal: true
2
3
-require 'spec_helper'
4
-
5
-describe RuboCop::Cop::Sequel::NotValidConstraint do
+RSpec.describe RuboCop::Cop::Sequel::NotValidConstraint do
6
subject(:cop) { described_class.new }
7
8
context 'when add_constraint used' do
0 commit comments