Sha256: 092329956d18aa22ca6b23d85486737a49dc5a3272b7cf4da971cbe2d399d26f

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

require 'spec_helper'

describe Popolo::PeopleController do
  describe 'routing' do
    routes { Popolo::Engine.routes }

    it 'routes to #show' do
      get('/people/1').should route_to('popolo/people#show', id: '1')
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
popolo-0.0.3 spec/routing/popolo/people_routing_spec.rb