config.ru in nwiki-0.0.6 vs config.ru in nwiki-0.0.7

- old
+ new

@@ -5,8 +5,6 @@ if ENV['RACK_ENV'] == "development" use Rack::Reloader use Rack::Lint end -map '/articles' do - run Nwiki::Frontend::App.new 'spec/examples/sample.git' -end +run Nwiki::Frontend::App.new 'spec/examples/sample.git'