Sha256: 19f34bcf531dbf4236488ade32bec19e1130d172b6fb1a1480213f43e74aa968

Contents?: true

Size: 173 Bytes

Versions: 5

Compression:

Stored size: 173 Bytes

Contents

require "test_helper"

class MainControllerTest < ActionDispatch::IntegrationTest
  test "should get index" do
    get main_index_url
    assert_response :success
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phraseapp-in-context-editor-ruby-3.2.0 examples/demo/test/controllers/main_controller_test.rb
phraseapp-in-context-editor-ruby-3.1.1 examples/demo/test/controllers/main_controller_test.rb
phraseapp-in-context-editor-ruby-3.1.0 examples/demo/test/controllers/main_controller_test.rb
phraseapp-in-context-editor-ruby-3.0.1 examples/demo/test/controllers/main_controller_test.rb
phraseapp-in-context-editor-ruby-2.1.1 examples/demo/test/controllers/main_controller_test.rb