config/routes.rb in konacha-1.4.1 vs config/routes.rb in konacha-1.4.2

- old
+ new

@@ -1,4 +1,4 @@ Konacha::Engine.routes.draw do - match "/" => "konacha/specs#specs" - match "*path" => "konacha/specs#specs" + match "/" => "specs#specs" + match "*path" => "specs#specs" end