spec/fixtures/app2/test2.rb in grape-reload-0.0.2 vs spec/fixtures/app2/test2.rb in grape-reload-0.0.3

- old
+ new

@@ -1,12 +1,9 @@ module Test class App2 < Grape::API format :txt - mount Test::Mount2 => '/mounted' - # mount Test::Mount10 => '/mounted2' - mount Test::LibMount2 => '/lib_mounted' - #changed: mount Test::LibMount2 => '/lib_mounted' + mount Test::Mount2 => '/mounted' #changed: mount Test::Mount2 => '/mounted2' get :test do - 'test2 response' #changed: 'test2 response changed' + 'test2 response changed' end end end \ No newline at end of file