Sha256: 9456a259201160de48f8a9c62849ce5cb0d24dbc63f664aed579ce78a237b215

Contents?: true

Size: 249 Bytes

Versions: 2

Compression:

Stored size: 249 Bytes

Contents

Jasminerice::Engine.routes.draw do
  resources :spec, :controller => 'spec', :only => [:index] do
    get "fixtures/*filename", :action => :fixtures
  end
  get "fixtures/*filename", :to => "spec#fixtures"
  get "/(:suite)", :to => "spec#index"
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
brainsome_jasminerice-0.1.0 config/routes.rb
better_jasminerice-0.2.0 config/routes.rb