Sha256: 9bc58bb85ea95f0f39ad753eaa54a551bfa3b33953c8d35c234d143ff25ff2a0
Contents?: true
Size: 432 Bytes
Versions: 6
Compression:
Stored size: 432 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 "#{namespace}-bob" end """ Then the model should contain "user" "foobar-bob"
Version data entries
6 entries across 6 versions & 1 rubygems