Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 4, 2017
1 parent ed3b129 commit 503bc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_module/modules/InvalidTypeModule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def a
puts "Fail"
end

publish :function => :a, :type => "feels_good ()"
publish function: :a, type: "feels_good ()"
end

InvalidTypeModule = InvalidTypeModuleClass.new
Expand Down

0 comments on commit 503bc90

Please sign in to comment.