Sha256: dc776f156778da04d046043c3f38e02ef2e3aa1fd981a65b0a88a00f860fa226

Contents?: true

Size: 710 Bytes

Versions: 8

Compression:

Stored size: 710 Bytes

Contents

Feature: champion uses dragonfly in his Rails 3.0.0.beta application
  In order to be a champion
  A user uses dragonfly in his Rails 3.0.0.beta application

  Background:
    Given PENDING: Neither cucumber generators nor Rails templates seem to be working properly yet for Rails 3
    Given a Rails 3.0.0.beta application set up for using dragonfly

  Scenario: Set up dragonfly using the generator
    When I use the Rails 3.0.0.beta generator to set up dragonfly
    Then the cucumber features in my Rails 3.0.0.beta app should pass

  Scenario: Set up dragonfly using bundler require
    When I use the provided 3.0.0.beta initializer
    Then the cucumber features in my Rails 3.0.0.beta app should pass

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dragonfly-0.5.7 features/rails_3.0.0.beta.feature
dragonfly-0.5.6 features/rails_3.0.0.beta.feature
dragonfly-0.5.5 features/rails_3.0.0.beta.feature
dragonfly-0.5.4 features/rails_3.0.0.beta.feature
dragonfly-0.5.3 features/rails_3.0.0.beta.feature
dragonfly-0.5.2 features/rails_3.0.0.beta.feature
dragonfly-0.5.1 features/rails_3.0.0.beta.feature
dragonfly-0.5.0 features/rails_3.0.0.beta.feature