Skip to content

Commit

Permalink
test_make_test_cmd_with_different_testlibs should skip if TESTOPTS is…
Browse files Browse the repository at this point in the history
… set

[git-p4: depot-paths = "//src/hoe/dev/": change = 7140]
  • Loading branch information
zenspider committed Mar 7, 2012
1 parent a77bc28 commit 48a3bc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_hoe_test.rb
Expand Up @@ -19,6 +19,8 @@ def test_globs
end

def test_make_test_cmd_with_different_testlibs
skip "Using TESTOPTS... skipping" if ENV['TESTOPTS']

expected = ['-w -Ilib:bin:test:. -e \'require "rubygems"; %s',
'require "test/test_hoe_test.rb"',
"' -- ",
Expand Down

0 comments on commit 48a3bc1

Please sign in to comment.