Sha256: 4318203205ae8565eaff8b7b68314843c514bbe0b3b689372211092364604179

Contents?: true

Size: 308 Bytes

Versions: 7

Compression:

Stored size: 308 Bytes

Contents

# -*- encoding : utf-8 -*-

describe Card::Set::Self::AccountLinks do
  it "has a 'my card' link" do
    account_links = render_card :core, name: "*account links"
    assert_view_select account_links, 'span[id="logging"]' do
      assert_select 'a[class=~"my-card-link"]', text: "Joe User"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
card-1.91 mod/account/spec/set/self/account_links_spec.rb
card-1.21.0 mod/account/spec/set/self/account_links_spec.rb
card-1.20.4 mod/account/spec/set/self/account_links_spec.rb
card-1.20.3 mod/account/spec/set/self/account_links_spec.rb
card-1.20.2 mod/account/spec/set/self/account_links_spec.rb
card-1.20.1 mod/account/spec/set/self/account_links_spec.rb
card-1.20.0 mod/account/spec/set/self/account_links_spec.rb