Sha256: da7a9cd9ce09d30b91b24eebe754be59f1f8b7ecf0e1b6da708e0d1e1c65b2a8

Contents?: true

Size: 271 Bytes

Versions: 20

Compression:

Stored size: 271 Bytes

Contents

require 'rails_helper'

RSpec.describe 'URL helper on Application' do
  feature 'get path on engine' do
    scenario 'can use URL helper on application' do
      visit nyauth.new_session_path
      expect(page).to have_link('URL helper on application')
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
nyauth-0.7.2 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.7.1 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.7.0 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.6.2 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.6.1 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.6.0 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.5.0 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.4.0 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.3.0 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.2.8 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.2.7 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.2.6 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.2.5 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.2.4 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.2.3 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.2.2 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.2.1 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.2.0 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.1.0 spec/featrues/url_helper_on_application_spec.rb
nyauth-0.0.3 spec/featrues/url_helper_on_application_spec.rb