diff options
| author | Jack Nagel | 2014-06-29 22:18:44 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-06-29 22:18:44 -0500 | 
| commit | cd91709120d3666a0dc41076798749a07c1365db (patch) | |
| tree | 9fb7e844521fb8ad164fb003b75d8a09939b35b9 /Library/Homebrew/test/test_tab.rb | |
| parent | 391bc4c981311209cf15610c6eb272143e3a6415 (diff) | |
| download | brew-cd91709120d3666a0dc41076798749a07c1365db.tar.bz2 | |
Fix typo in tab test setup
This is one of the many problems with using OpenStruct.
Diffstat (limited to 'Library/Homebrew/test/test_tab.rb')
| -rw-r--r-- | Library/Homebrew/test/test_tab.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_tab.rb b/Library/Homebrew/test/test_tab.rb index 296f9961f..7d4406e73 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,  | 
