Sha256: dd2e30c164c40015216a6cb3576c247e99d2402442e1035d4c0e1597a81f6505

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

Feature: Run a Rails generator to install cassandra
  In order to use cassandra in a Rails app
  As a developer
  I want to be able to run a Rails generator to install cassandra

  Scenario: Install cassandra
    Given a Rails app with mama cass installed
    When I run "rails g mama_cass:install"
    Then the output should contain "Installing cassandra..."
      And the output should contain "Installing config..."
      And cassandra should be installed

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mama_cass-0.0.2 features/generator.feature
mama_cass-0.0.1 features/generator.feature