Sha256: 91f1d5e2075280efc1cdf4efde664e4489a6b636b760fd94ee84169f8aa50999

Contents?: true

Size: 197 Bytes

Versions: 7

Compression:

Stored size: 197 Bytes

Contents

require 'test_helper'

class ImportedDataControllerTest < ActionDispatch::IntegrationTest
  test "should get overview" do
    get imported_data_overview_url
    assert_response :success
  end

end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
jester-data-8.0.0 test/controllers/imported_data_controller_test.rb
ezii-os-5.2.1 test/controllers/imported_data_controller_test.rb
ezii-os-2.0.1 test/controllers/imported_data_controller_test.rb
ezii-os-1.1.0 test/controllers/imported_data_controller_test.rb
ezii-os-1.0.0 test/controllers/imported_data_controller_test.rb
ezii-os-0.0.0.1.0 test/controllers/imported_data_controller_test.rb
ezii-os-0.0.0.0.1 test/controllers/imported_data_controller_test.rb