Sha256: 8614901b90d743a29cc3030145b0bb990fd97e7f325a51f365755bbc3f735598
Contents?: true
Size: 310 Bytes
Versions: 3
Compression:
Stored size: 310 Bytes
Contents
require 'spec_helper' module Credere describe EntriesController do routes { Credere::Engine.routes } describe "routing" do it "recognizes and generates #index" do expect(:get => "/entries").to route_to(:controller => "credere/entries", :action => "index") end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
credere-0.10.3 | spec/routing/entries_routing_spec.rb |
credere-0.10.2 | spec/routing/entries_routing_spec.rb |
credere-0.10.1 | spec/routing/entries_routing_spec.rb |