From cd91709120d3666a0dc41076798749a07c1365db Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 29 Jun 2014 22:18:44 -0500 Subject: [PATCH] Fix typo in tab test setup This is one of the many problems with using OpenStruct. --- Library/Homebrew/test/test_tab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/test_tab.rb b/Library/Homebrew/test/test_tab.rb index 296f9961f4..7d4406e738 100644 --- a/Library/Homebrew/test/test_tab.rb +++ b/Library/Homebrew/test/test_tab.rb @@ -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,