Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 506d03e

Browse files
committed
Merge pull request #73 from rspec/require-fileutils
Require fileutils in a spec that uses it
2 parents b5f29f2 + aada20e commit 506d03e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/rspec/support/caller_filter_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'spec_helper'
2+
require 'fileutils'
23
require 'rspec/support/caller_filter'
34

45
module RSpec

0 commit comments

Comments
 (0)