test/testapp.rb in rubikon-0.2.0 vs test/testapp.rb in rubikon-0.2.1

- old
+ new

@@ -1,10 +1,10 @@ # This code is free software; you can redistribute it and/or modify it under the # terms of the new BSD License. # # Copyright (c) 2009, Sebastian Staudt -class RubikonTestApp < Rubikon::Application::Base +class RubikonTestApp < Application::Base set :autorun, false set :name, 'Rubikon test application' set :raise_errors, true