spec/routing/popolo/posts_routing_spec.rb in popolo-0.0.1 vs spec/routing/popolo/posts_routing_spec.rb in popolo-0.0.2
- old
+ new
@@ -11,11 +11,7 @@
end
it 'routes to #show' do
get('/posts/1').should route_to('popolo/posts#show', id: '1')
end
-
- it 'routes to #show' do
- get('/posts/foo').should route_to('popolo/posts#show', id: 'foo')
- end
end
end