Sha256: ece301888f578bbc5993fd2bfff7b56aee9946a2c23cff10929cb3f0278edfcb

Contents?: true

Size: 294 Bytes

Versions: 7

Compression:

Stored size: 294 Bytes

Contents

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
card-1.19.6 mod/account/spec/set/self/account_links_spec.rb
card-1.19.5 mod/account/spec/set/self/account_links_spec.rb
card-1.19.4 mod/account/spec/set/self/account_links_spec.rb
card-1.19.3 mod/account/spec/set/self/account_links_spec.rb
card-1.19.2 mod/account/spec/set/self/account_links_spec.rb
card-1.19.1 mod/account/spec/set/self/account_links_spec.rb
card-1.19.0 mod/account/spec/set/self/account_links_spec.rb