Sha256: 03471b99dcb0ca1f80cd542c8ff575f3a2f07a114ee5e8df3bf607c67559a049

Contents?: true

Size: 271 Bytes

Versions: 12

Compression:

Stored size: 271 Bytes

Contents

require "spec_helper"

describe Detour::ApplicationController do
  routes { Detour::Engine.routes }

  describe "GET #index" do
    before do
      get :index
    end

    it "renders the index template" do
      response.should render_template "index"
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
detour-0.0.15 spec/controllers/detour/application_controller_spec.rb
detour-0.0.14 spec/controllers/detour/application_controller_spec.rb
detour-0.0.13 spec/controllers/detour/application_controller_spec.rb
detour-0.0.12 spec/controllers/detour/application_controller_spec.rb
detour-0.0.11 spec/controllers/detour/application_controller_spec.rb
detour-0.0.10 spec/controllers/detour/application_controller_spec.rb
detour-0.0.9 spec/controllers/detour/application_controller_spec.rb
detour-0.0.7 spec/controllers/detour/application_controller_spec.rb
detour-0.0.6 spec/controllers/detour/application_controller_spec.rb
detour-0.0.5 spec/controllers/detour/application_controller_spec.rb
detour-0.0.3 spec/controllers/detour/application_controller_spec.rb
detour-0.0.2 spec/controllers/detour/application_controller_spec.rb