Skip to content

Commit

Permalink
type: :aruba is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed May 26, 2023
1 parent de207f6 commit cdc0cf6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ RSpec/ContextWording:
- with
- within
- for

RSpec/DescribeClass:
Enabled: false
2 changes: 1 addition & 1 deletion spec/error_message_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe 'Show error message', type: :aruba do
describe 'Show error message' do
context 'when invalid option' do
before { run_rf('--invalid-option') }

Expand Down
2 changes: 1 addition & 1 deletion spec/filter/json_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe 'JSON filter', type: :aruba do
describe 'JSON filter' do
context 'when -t option' do
describe 'Output string' do
let(:input) { load_fixture('json/string.json') }
Expand Down
2 changes: 1 addition & 1 deletion spec/filter/text_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe 'Text filter', type: :aruba do
describe 'Text filter' do
let(:input) do
<<~INPUT
1 foo
Expand Down
2 changes: 1 addition & 1 deletion spec/filter/yaml_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe 'YAML filter', type: :aruba do
describe 'YAML filter' do
context 'when use -t option' do
describe 'Output string' do
let(:input) { load_fixture('yaml/string.yml') }
Expand Down
2 changes: 1 addition & 1 deletion spec/help_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
describe 'Show help text', type: :aruba do
describe 'Show help text' do
let(:help_text) do
<<~TEXT
Usage: rf [options] 'command' file ...
Expand Down

0 comments on commit cdc0cf6

Please sign in to comment.