Sha256: 16d944563f8215353791bf981c4594e0cd88d8ecac1110b3fefb790ab6601360

Contents?: true

Size: 293 Bytes

Versions: 30

Compression:

Stored size: 293 Bytes

Contents

require 'test_helper'

class CollectionNameTest < ViewCase
  fixtures :all

  setup :sign_in

  def test_collection_name_overwritten
    visit adminpanel.mugs_path
    assert_link 'Irregular Tazas'
  end

  protected
    def sign_in
      visit adminpanel.signin_path
      login
    end

end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
adminpanel-3.6.1 test/features/shared/ui/collection_name_test.rb
adminpanel-3.6.0 test/features/shared/ui/collection_name_test.rb
adminpanel-3.5.1 test/features/shared/ui/collection_name_test.rb
adminpanel-3.5.0 test/features/shared/ui/collection_name_test.rb
adminpanel-3.4.7 test/features/shared/ui/collection_name_test.rb
adminpanel-3.4.6 test/features/shared/ui/collection_name_test.rb
adminpanel-3.4.5 test/features/shared/ui/collection_name_test.rb
adminpanel-3.4.4 test/features/shared/ui/collection_name_test.rb
adminpanel-3.4.3 test/features/shared/ui/collection_name_test.rb
adminpanel-3.4.2 test/features/shared/ui/collection_name_test.rb
adminpanel-3.4.1 test/features/shared/ui/collection_name_test.rb
adminpanel-3.4.0 test/features/shared/ui/collection_name_test.rb
adminpanel-3.3.4 test/features/shared/ui/collection_name_test.rb
adminpanel-3.3.3 test/features/shared/ui/collection_name_test.rb
adminpanel-3.3.0 test/features/shared/ui/collection_name_test.rb
adminpanel-3.2.1 test/features/shared/ui/collection_name_test.rb
adminpanel-3.2.0 test/features/shared/ui/collection_name_test.rb
adminpanel-3.1.0 test/features/shared/ui/collection_name_test.rb
adminpanel-3.0.0 test/features/shared/ui/collection_name_test.rb
adminpanel-2.6.1 test/features/shared/ui/collection_name_test.rb