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