test/test_settings.rb in sinatra-rocketio-0.2.4 vs test/test_settings.rb in sinatra-rocketio-0.2.5

- old
+ new

@@ -1,7 +1,7 @@ require File.expand_path 'test_helper', File.dirname(__FILE__) -class TestSettingsIO < MiniTest::Unit::TestCase +class TestSettingsIO < MiniTest::Test def test_settings res = JSON.parse HTTParty.get("#{App.url}/rocketio/settings").body assert App.websocketio_url == res['websocket'] assert App.cometio_url == res['comet']