spec/routing/pwb/routing_spec.rb in pwb-0.0.1 vs spec/routing/pwb/routing_spec.rb in pwb-0.0.2

- old
+ new

@@ -9,11 +9,10 @@ controller: 'pwb/welcome', action: 'index' ) end - context 'with locale parameter' do it 'routes to welcome_controller#index' do expect({ get: '/en' }).to route_to( @@ -37,8 +36,7 @@ action: 'new', locale: 'en' ) end end - end end