Sha256: 7d0eab88e8fc15780324317fd30304f20ba2bc9a8d7d68537995e057e46cef84

Contents?: true

Size: 182 Bytes

Versions: 4

Compression:

Stored size: 182 Bytes

Contents

require 'test_helper'

class DocsControllerTest < ActiveSupport::IntegrationCase
  test 'renders' do
    visit oauth_docs_path
    assert_equal '/oauth_docs', current_path
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
opro-0.0.1 test/integration/docs_controller_test.rb
opro-0.0.1.pre1.0.2 test/integration/docs_controller_test.rb
opro-0.0.1.pre1.0.1 test/integration/docs_controller_test.rb
opro-0.0.1.pre test/integration/docs_controller_test.rb