test/test_helper.rb in tiny_captcha-0.0.1 vs test/test_helper.rb in tiny_captcha-0.0.3

- old
+ new

@@ -1,4 +1,5 @@ +# -*- encoding : utf-8 -*- # Configure Rails Environment ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require "rails/test_help"