Sha256: 5168017f1249885edb632a083c77f6b48aa36717679e78efe3f2ae9b6bb45c37
Contents?: true
Size: 367 Bytes
Versions: 2
Compression:
Stored size: 367 Bytes
Contents
require 'test_helper' class InheritNavigationTest < ActiveSupport::IntegrationCase setup do Capybara.current_driver = Capybara.javascript_driver end test 'default index' do visit('/varvara/routes') # save_and_open_page assert has_content?('foo_index') assert has_content?('/foo(.:format)') assert has_content?('foo#index') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
varvara-1.0.2 | test/integration/varvara_test.rb |
varvara-1.0.0 | test/integration/varvara_test.rb |