Sha256: 654d7fa2cce6d7f3f95b0410818a5c48bceb90f0fbd5d7df91eacfc66d4188bb

Contents?: true

Size: 219 Bytes

Versions: 4

Compression:

Stored size: 219 Bytes

Contents

require File.dirname(__FILE__) + '/../spec_helper'

describe 'Enki::ArchivesController routes' do

  it 'routes get /archives to archives#index' do
    get('/archives').should route_to('enki/archives#index')
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enki-engine-0.0.5 spec/routing/archives_routing_spec.rb
enki-engine-0.0.4 spec/routing/archives_routing_spec.rb
enki-engine-0.0.3 spec/routing/archives_routing_spec.rb
enki-engine-0.0.2 spec/routing/archives_routing_spec.rb