Sha256: abb300778b1f9527c3086b3a57932c2f951dcb1eb8b9de522a564256f206308d

Contents?: true

Size: 313 Bytes

Versions: 16

Compression:

Stored size: 313 Bytes

Contents

Then /^I can't edit areas$/ do
  steps %{
    Given an area named "area 1"
    When I go to the edit area page
    Then I should see "Access denied"
  }
end

Then /^I can't delete areas$/ do
  steps %{
    Given an area named "area 1" 
    When I am on the area page
    Then I should not see "Actions"
  }
end


Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
voluntary-0.5.1 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.5.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.4.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.3.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.2.4 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.2.3 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.2.2 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.2.1 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.2.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.1.0 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.1.0.rc4 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.1.0.rc3 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.1.0.rc2 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.1.0.rc1 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.0.3 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb
voluntary-0.0.2 lib/generators/voluntary/product_dummy/templates/features/step_definitions/area_behaviour_steps.rb