test/test_load_config.rb in rest-graph-1.5.0 vs test/test_load_config.rb in rest-graph-1.6.0

- old
+ new

@@ -11,10 +11,10 @@ after do RR.verify end - it 'would honor rails config' do + should 'honor rails config' do ::Rails = Object.new mock(Rails).env { 'test' } mock(Rails).root{ File.dirname(__FILE__) } check = lambda{