Sha256: 44be0499d7833be37ac406c5e305f60e15ffc00118067c323a5904f3f5c38850
Contents?: true
Size: 645 Bytes
Versions: 3
Compression:
Stored size: 645 Bytes
Contents
Feature: User rendering with view models Background: Given the following users exist: | name | biography | email | | Frozen&Banana | Something > than you & me | frozen@banana.com | Scenario: When I visit user Frozen&Banana's show page Then I should see "Frozen&Banana" within "div#user_name" And I should see "less than a minute" within "#creation" And I should see "24" within "#age" And I should see "woman" within "#gender" And I should see "frozen(at)banana.com" within "#email" And I should see "Something > than you & me" within "#biography"
Version data entries
3 entries across 3 versions & 1 rubygems