Skip to content
Snippets Groups Projects
Commit 8821cdc4 authored by Markus Reiter's avatar Markus Reiter
Browse files

Include `FileUtils` in `spec_helper`.

parent f0a512ac
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ RSpec.configure do |config|
config.filter_run_when_matching :focus
config.include(FileUtils)
config.include(RuboCop::RSpec::ExpectOffense)
config.include(Test::Helper::Fixtures)
......
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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment