Sha256: 4ab5a5dadd47497136c131ab3dd60f51965b4b8ae6fb74df63ac561b03161bdf
Contents?: true
Size: 422 Bytes
Versions: 34
Compression:
Stored size: 422 Bytes
Contents
@dsl Feature: Creating a User Background: Scenario: Users don't incorporate the namespace as a path prefix When I run script: """ namespace do user "bob" end """ Then the model should contain "user" /bob@.+/ Scenario: Namespace can be used as a no-arg method When I run script: """ namespace "foobar" do user "bob" end """ Then the model should contain "user" "bob@foobar"
Version data entries
34 entries across 34 versions & 1 rubygems