Sha256: 382622b336c84405f55d3c1839582f9b52dfbc089080f251b45a5b3c685dc736

Contents?: true

Size: 173 Bytes

Versions: 7

Compression:

Stored size: 173 Bytes

Contents

require "application_system_test_case"

class TestsTest < ApplicationSystemTestCase
  test "visiting the index" do
    visit root_url
  
    click_button "Submit"
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bard-file_field-0.1.6 dummy/test/system/tests_test.rb
bard-file_field-0.1.5 dummy/test/system/tests_test.rb
bard-file_field-0.1.4 dummy/test/system/tests_test.rb
bard-file_field-0.1.3 dummy/test/system/tests_test.rb
bard-file_field-0.1.2 dummy/test/system/tests_test.rb
bard-file_field-0.1.1 dummy/test/system/tests_test.rb
bard-file_field-0.1.0 dummy/test/system/tests_test.rb