lib/rubocop/rspec/align_let_brace.rb in rubocop-rspec-2.0.0.pre vs lib/rubocop/rspec/align_let_brace.rb in rubocop-rspec-2.0.0

- old
+ new

@@ -2,10 +2,10 @@ module RuboCop module RSpec # Shared behavior for aligning braces for single line lets class AlignLetBrace - include RuboCop::RSpec::Language::NodePattern + include RuboCop::RSpec::Language def initialize(root, token) @root = root @token = token end