test/unit/sinatra_app_tests.rb in deas-0.6.0 vs test/unit/sinatra_app_tests.rb in deas-0.7.0

- old
+ new

@@ -47,10 +47,9 @@ should "have it's configuration set based on the server configuration" do subject.settings.tap do |settings| assert_equal 'staging', settings.environment assert_equal 'path/to/somewhere', settings.root.to_s - assert_equal @configuration.app_file, settings.app_file assert_equal 'path/to/somewhere/public', settings.public_folder.to_s assert_equal 'path/to/somewhere/views', settings.views.to_s assert_equal true, settings.dump_errors assert_equal false, settings.logging assert_equal false, settings.method_override