tpope / pickler

PIvotal traCKer Liaison to cucumbER
MIT License
299 stars 23 forks source link

pickler push, pull not work. #10

Closed shaynekang closed 13 years ago

shaynekang commented 13 years ago

Therefore, no messages was given.

paranoiase-ui-MacBook:project paranoiase$ pickler push
paranoiase-ui-MacBook:project paranoiase$ pickler pull

when I run 'pickler show', I can see project id and name only.

paranoiase-ui-MacBook:project paranoiase$ pickler show
> 165xx5 project_name

However, the command 'pickler browse' works well.

Now I am using ruby 1.9.2p0 and bundles are

shaynekang commented 13 years ago

This is my story.(In the book "Rails 3 in Action")

Feature: Creating projects 
    In order to have projects to assign tickets to 
    As a user 
    I want to create them easily

Scenario: Creating a project 
    Given I am on the homepage 
    When I follow "New Project" 
    And I fill in "Name" with "TextMate 2" 
    And I press "Create Project"
    Then I should see "Project has been created."
tpope commented 13 years ago

Is that a Cucumber feature or a Tracker story? If it's the former, you need to lose the "Feature:" header (that goes in the story title), and if it's the latter, it needs to be tagged @http://www.pivotaltracker.com/story/new. Pickler is pretty conservative in what it pushes and pulls; it generally assumes you don't want the entire suite of unworked, failing stories slurped down, nor do you want your entire existing and delivered integration tests pushed up.