Sha256: faf9fcb17b455239a8ebbea5a6f4d57137f812197460a09d3c6493e01aeddc5d

Contents?: true

Size: 554 Bytes

Versions: 1

Compression:

Stored size: 554 Bytes

Contents

Feature: Installing Bobby
  In order to control access to actions on controllers and instances of models
  As a humble corners-cutting Rails/JavaScript developer
  I want to install bobby into my Rails app

  Background:
    Given a Rails app
	And I have the generator in "lib/generators/bobby"
  
  Scenario: Setup the Bobby
    Given I have bobby installed
    When I invoke "bobby:install" generator 
	And I invoke task "rake db:migrate"
    Then I can instanciate the models "Authorisation GroupUser GroupUsersUsers Permission PermissionsRoles Role"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bobby-0.0.4 features/install_bobby.feature