Fix typo in tab test setup

This is one of the many problems with using OpenStruct.
This commit is contained in:
Jack Nagel 2014-06-29 22:18:44 -05:00
parent 391bc4c981
commit cd91709120

View File

@ -11,7 +11,7 @@ class TabTests < Homebrew::TestCase
@tab = Tab.new({
:used_options => @used,
:unused_options => @unused,
:build_as_bottle => false,
:built_as_bottle => false,
:poured_from_bottle => true,
:tapped_from => "Homebrew/homebrew",
:time => nil,