test/dummy/config.ru in seedbank-0.4.0 vs test/dummy/config.ru in seedbank-0.5.0.pre

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true # This file is used by Rack-based servers to start the application. -require ::File.expand_path('../config/environment', __FILE__) +require ::File.expand_path('../config/environment', __FILE__) run Dummy::Application