Sha256: 322aef7685531ec05b2c51953254e2c5f1820620ae29e8afe4dab5d1d85a67b7

Contents?: true

Size: 262 Bytes

Versions: 7

Compression:

Stored size: 262 Bytes

Contents

require "spec_helper"

module GotFixed
  describe IssuesController do
    routes { GotFixed::Engine.routes }

    describe "routing" do

      it "routes to #index" do
        get("/issues").should route_to("got_fixed/issues#index")
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
got_fixed-0.1.0 spec/routing/got_fixed/issues_routing_spec.rb
got_fixed-0.0.6 spec/routing/got_fixed/issues_routing_spec.rb
got_fixed-0.0.5 spec/routing/got_fixed/issues_routing_spec.rb
got_fixed-0.0.4 spec/routing/got_fixed/issues_routing_spec.rb
got_fixed-0.0.3 spec/routing/got_fixed/issues_routing_spec.rb
got_fixed-0.0.2 spec/routing/got_fixed/issues_routing_spec.rb
got_fixed-0.0.1 spec/routing/got_fixed/issues_routing_spec.rb