diff options
| author | Jack Nagel | 2014-06-29 22:18:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-29 22:18:44 -0500 |
| commit | 4c50a7b167f74d9ec6442d59dd0497e42719e66b (patch) | |
| tree | 1e8bf9a563d735293567fda28fa64c2832c0a400 /Library | |
| parent | fdb438ce66fe01945f2b903bcb50f8bd3e8a6014 (diff) | |
| download | homebrew-4c50a7b167f74d9ec6442d59dd0497e42719e66b.tar.bz2 | |
Fix typo in tab test setup
This is one of the many problems with using OpenStruct.
Diffstat (limited to 'Library')
| -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, |
