test/unit/config_test.rb in refinery-0.12.1 vs test/unit/config_test.rb in refinery-0.12.2
- old
+ new
@@ -1,5 +1,5 @@
-require File.dirname(__FILE__) + '/../test_helper'
+require 'test_helper'
class ConfigTest < Test::Unit::TestCase
context "the config class" do
should "provide a default configuration" do
assert_not_nil Refinery::Config.default
\ No newline at end of file