Skip to content

Commit 60b791e

Browse files
committed
Added conditional redgreen support
1 parent 40b512c commit 60b791e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
require 'test/unit'
2+
require 'rubygems'
3+
begin require 'redgreen' unless ENV['TM_FILENAME']; rescue LoadError; end
24

35
module TestDataHelper
46
def test_input(input_string, *expected_outputs)

0 commit comments

Comments
 (0)