lib/ggem/template_file/test_irb.rb.erb in ggem-1.1.1 vs lib/ggem/template_file/test_irb.rb.erb in ggem-1.1.2

- old
+ new

@@ -1,10 +1,9 @@ -require 'test_belt' +require 'assert/setup' # this file is required in when the 'irb' rake test is run. -# b/c 'test_belt' is required above, lib and test dirs will -# be added to the LOAD_PATH and the test helper will be -# required in. +# b/c 'assert/setup' is required above, the test helper will be +# required in as well. # put any IRB setup code here -require '<%= @gem.ruby_name %>' \ No newline at end of file +require '<%= @gem.ruby_name %>'