Sha256: c59370025d2241bdb14a940d60f9f3e92ed8a102e9f00590a14d50cb30e58416

Contents?: true

Size: 334 Bytes

Versions: 13

Compression:

Stored size: 334 Bytes

Contents

require 'test_helper'

module ResqueWeb
  class WorkingControllerTest < ActionController::TestCase
    include ControllerTestHelpers

    setup do
      @routes = Engine.routes
    end

    describe "GET /index" do
      it "renders the index page" do
        visit(:index)
        assert_template :index
      end
    end

  end
end

Version data entries

13 entries across 13 versions & 5 rubygems

Version Path
resque-web-0.0.10 test/functional/working_controller_test.rb
misha-resque-web-0.1.1 test/functional/working_controller_test.rb
misha-resque-web-0.1.0 test/functional/working_controller_test.rb
misha-resque-web-0.0.9 test/functional/working_controller_test.rb
resque-web-0.0.9 test/functional/working_controller_test.rb
resque-web-0.0.8 test/functional/working_controller_test.rb
resque-web-edge-1.0.0 test/functional/working_controller_test.rb
resque-web-0.0.7 test/functional/working_controller_test.rb
resque-web-clone-0.0.7 test/functional/working_controller_test.rb
resque-web-clone-0.0.6 test/functional/working_controller_test.rb
resque-web-0.0.6 test/functional/working_controller_test.rb
glebtv_resque_web-0.1.0 test/functional/working_controller_test.rb
resque-web-0.0.5 test/functional/working_controller_test.rb