spec/dummy/config/routes.rb in popolo-0.0.2 vs spec/dummy/config/routes.rb in popolo-0.0.3

- old
+ new

@@ -1,3 +1,3 @@ Rails.application.routes.draw do - mount Popolo::Engine => '/popolo' + mount Popolo::Engine => '/' end