vendor/plugins/dataset/spec/dataset/session_spec.rb in radiant-0.7.2 vs vendor/plugins/dataset/spec/dataset/session_spec.rb in radiant-0.8.0

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path(File.dirname(__FILE__)) + '/../spec_helper' +require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') TestCaseRoot = Class.new(Test::Unit::TestCase) TestCaseChild = Class.new(TestCaseRoot) TestCaseSibling = Class.new(TestCaseRoot) TestCaseGrandchild = Class.new(TestCaseChild) \ No newline at end of file