Skip to content

Commit

Permalink
Disable rubocop block length
Browse files Browse the repository at this point in the history
  • Loading branch information
bibstha committed Mar 3, 2020
1 parent 4000b9d commit 85fe0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mysql2/client_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper'

RSpec.describe Mysql2::Client do
RSpec.describe Mysql2::Client do # rubocop:disable Metrics/BlockLength
context "using defaults file" do
let(:cnf_file) { File.expand_path('../../my.cnf', __FILE__) }

Expand Down

0 comments on commit 85fe0c8

Please sign in to comment.