Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 5bf39fd

Browse files
committed
Added RSpec helper.
1 parent ab251ce commit 5bf39fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.rubocop_todo.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2020-11-14 17:11:37 -0500 using RuboCop version 0.81.0.
3+
# on 2020-11-14 17:45:43 -0500 using RuboCop version 0.81.0.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 1
10-
Lint/AmbiguousOperator:
11-
Exclude:
12-
- 'spec/slack-ruby-bot-server-rtm/lifecycle_spec.rb'
13-
149
# Offense count: 1
1510
# Configuration parameters: IgnoreImplicitReferences.
1611
Lint/ShadowedArgument:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
require 'slack-ruby-bot/rspec'
4+
require 'slack-ruby-bot-server/rspec'
5+
require 'slack-ruby-bot-server-rtm'

0 commit comments

Comments
 (0)