Sha256: b5ff2f4e5f67f3d224f4837c02e1ce0ed7b0791ac0670b710c9310c071451c59

Contents?: true

Size: 310 Bytes

Versions: 7

Compression:

Stored size: 310 Bytes

Contents

require 'spec_helper'

module Plutus
  describe AccountsController do
    routes { Plutus::Engine.routes }

    describe "routing" do
      it "recognizes and generates #index" do
        expect(:get => "/accounts").to route_to(:controller => "plutus/accounts", :action => "index")
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
plutus-0.17 spec/routing/accounts_routing_spec.rb
plutus-0.16 spec/routing/accounts_routing_spec.rb
plutus-0.15 spec/routing/accounts_routing_spec.rb
plutus-0.14 spec/routing/accounts_routing_spec.rb
tyche-0.14 spec/routing/accounts_routing_spec.rb
odania_plutus-0.13 spec/routing/accounts_routing_spec.rb
plutus-0.13 spec/routing/accounts_routing_spec.rb