diff options
| author | Josh Soref | 2017-09-10 16:35:30 +0000 |
|---|---|---|
| committer | Josh Soref | 2017-09-10 16:35:30 +0000 |
| commit | 70ce9fe7f9b96acc62ad622a564ac41b7cad9521 (patch) | |
| tree | 0539df3bce4acc46abd0fd030f501d5ab9d26d96 /Library/Homebrew/test/pathname_spec.rb | |
| parent | 1fe2ade15c655b5f7bd2c22fac4b346fff2e434a (diff) | |
| download | brew-70ce9fe7f9b96acc62ad622a564ac41b7cad9521.tar.bz2 | |
spelling: intermediate
Diffstat (limited to 'Library/Homebrew/test/pathname_spec.rb')
| -rw-r--r-- | Library/Homebrew/test/pathname_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/pathname_spec.rb b/Library/Homebrew/test/pathname_spec.rb index 0bc19c5ac..69314e5f4 100644 --- a/Library/Homebrew/test/pathname_spec.rb +++ b/Library/Homebrew/test/pathname_spec.rb @@ -295,7 +295,7 @@ describe FileUtils do let(:dst) { mktmpdir } describe "#mkdir" do - it "creates indermediate directories" do + it "creates intermediate directories" do described_class.mkdir dst/"foo/bar/baz" do expect(dst/"foo/bar/baz").to exist, "foo/bar/baz was not created" expect(dst/"foo/bar/baz").to be_a_directory, "foo/bar/baz was not a directory structure" |
