Pushing up coverage

pull/6827/head
friflaj 14 years ago
parent a7a4cab857
commit a3fb261b4c
  1. 9
      features/scrum_master.feature
  2. 4
      features/step_definitions/_then_steps.rb
  3. 742
      lib/labels.yaml

@ -52,3 +52,12 @@ Feature: Scrum Master
And I am viewing the issues list
When I download the calendar feed
Then the request should complete successfully
Scenario: Download printable cards for the product backlog
Given I have selected card label stock "Avery C32015"
And I am viewing the issues list
When I download the product backlog cards
Then the request should complete successfully
Scenario: Refresh the label specifications
Then I can fetch the newest label specifications

@ -108,3 +108,7 @@ Then /^the story should have a (.+) of (.+)$/ do |attribute, value|
end
@story[attribute].should == value
end
Then /^I can fetch the newest label specifications$/ do
Cards::TaskboardCards.fetch_labels
end

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save