Skip to content

Commit

Permalink
Rename test directory that was still called gem-wrappers and fix usag…
Browse files Browse the repository at this point in the history
…e of gem-wrappers in the command test
  • Loading branch information
Andy Fleener committed Apr 23, 2015
1 parent 8eb355e commit 1f52a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def self.remove_spec spec
subject.program_name.class.must_equal(String)
end

describe "wrappers" do
describe "gem-empty" do
before do
file = Tempfile.new('command-wrappers')
file = Tempfile.new('command-empty')
@test_path = file.path
file.close
file.unlink
Expand Down

0 comments on commit 1f52a77

Please sign in to comment.