Sha256: 0f31ed24a3a9b1a2448c57c01c662d38d429c0dc449735d2c4fbd6cdb8f35fac
Contents?: true
Size: 439 Bytes
Versions: 4
Compression:
Stored size: 439 Bytes
Contents
Feature: Authorization of Create new post As a blog owner In order to protect by blog from malicious users I want to authorize who creates a post Scenario: Create post without authorization Given I am not authorized When I am on the posts page Then I should not see "New Post" Scenario: Create post with authorization Given I am authorized When I am on the posts page Then I should see "New Post"
Version data entries
4 entries across 4 versions & 1 rubygems