Skip to content

Commit

Permalink
Merge pull request #878 from rubocop-hq/remove-one
Browse files Browse the repository at this point in the history
Remove #one method
  • Loading branch information
bquorning authored Feb 15, 2020
2 parents d6f18f5 + ed5d9da commit be1dd98
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
1 change: 0 additions & 1 deletion lib/rubocop-rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
require_relative 'rubocop/rspec/node'
require_relative 'rubocop/rspec/top_level_describe'
require_relative 'rubocop/rspec/wording'
require_relative 'rubocop/rspec/util'
require_relative 'rubocop/rspec/language'
require_relative 'rubocop/rspec/language/node_pattern'
require_relative 'rubocop/rspec/concept'
Expand Down
1 change: 0 additions & 1 deletion lib/rubocop/cop/rspec/describe_method.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module RSpec
# end
class DescribeMethod < Cop
include RuboCop::RSpec::TopLevelDescribe
include RuboCop::RSpec::Util

MSG = 'The second argument to describe should be the method '\
"being tested. '#instance' or '.class'."
Expand Down
19 changes: 0 additions & 19 deletions lib/rubocop/rspec/util.rb

This file was deleted.

23 changes: 0 additions & 23 deletions spec/rubocop/rspec/util/one_spec.rb

This file was deleted.

0 comments on commit be1dd98

Please sign in to comment.