diff options
Diffstat (limited to 'Library/Homebrew/test/tap_spec.rb')
| -rw-r--r-- | Library/Homebrew/test/tap_spec.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/test/tap_spec.rb b/Library/Homebrew/test/tap_spec.rb index 76af27b92..cb908da9f 100644 --- a/Library/Homebrew/test/tap_spec.rb +++ b/Library/Homebrew/test/tap_spec.rb @@ -1,6 +1,4 @@ describe Tap do - include FileUtils - alias_matcher :have_formula_file, :be_formula_file alias_matcher :have_custom_remote, :be_custom_remote @@ -307,8 +305,6 @@ describe Tap do end describe CoreTap do - include FileUtils - specify "attributes" do expect(subject.user).to eq("Homebrew") expect(subject.repo).to eq("core") |
