mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-01-06 22:05:26 +01:00
Fix last cop
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
# This configuration was generated by
|
||||
# `rubocop --auto-gen-config`
|
||||
# on 2024-07-29 18:58:58 UTC using RuboCop version 1.59.0.
|
||||
# The point is for the user to remove these configuration records
|
||||
# one by one as the offenses are removed from the code base.
|
||||
# Note that changes in the inspected code, or installation of new
|
||||
# versions of RuboCop, may require this file to be generated again.
|
||||
|
||||
# Offense count: 2
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
|
||||
# SupportedStyles: single_quotes, double_quotes
|
||||
Style/StringLiterals:
|
||||
Exclude:
|
||||
- 'spec/app/font_helper/font_spec.rb'
|
||||
- 'spec/app/font_helper_spec.rb'
|
||||
@@ -10,7 +10,7 @@ describe FontHelper::Font do
|
||||
let(:characters) { build_list(:character, 1) }
|
||||
let(:character) { build(:character) }
|
||||
|
||||
describe "#<<" do
|
||||
describe '#<<' do
|
||||
context 'when there are not characters' do
|
||||
let(:characters) { [] }
|
||||
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe FontHelper do
|
||||
xit "does domething"
|
||||
xit 'does domething'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user