Skip to content

Commit

Permalink
remove unused variable in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Sep 8, 2017
1 parent 41a11a1 commit 7d707d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lolcommits/plugin/loltext_test.rb
Expand Up @@ -88,7 +88,7 @@ def valid_enabled_config
inputs += %w(#e96d46 true 23)

configured_plugin_options = {}
output = fake_io_capture(inputs: inputs) do
fake_io_capture(inputs: inputs) do
configured_plugin_options = plugin.configure_options!
end

Expand Down

0 comments on commit 7d707d2

Please sign in to comment.