Sha256: b598fdbf63b8775f4d5bc1e4a84e6ea7af9068ddf0a04dcca4c7b6540ed6bd13

Contents?: true

Size: 201 Bytes

Versions: 5

Compression:

Stored size: 201 Bytes

Contents

require 'test_helper'

class HomeControllerTest < ActionController::TestCase

  test "should get status without an error" do
    get :status, {:format => "json"}
    assert_response :success
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/test/functional/home_controller_test.rb
foreman_discovery-1.0.0.rc4 test/foreman_app/test/functional/home_controller_test.rb
foreman_discovery-1.0.0.rc3 test/foreman_app/test/functional/home_controller_test.rb
foreman_discovery-1.0.0.rc2 test/foreman_app/test/functional/home_controller_test.rb
foreman_discovery-1.0.0.rc1 test/foreman_app/test/functional/home_controller_test.rb