tpope / pickler

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

Cannot push or pull #7

Closed EvanBurchard closed 14 years ago

EvanBurchard commented 14 years ago

Here's what I'm using: Cucumber 0.7.3 Pickler 0.1.4

My first issue is shown in the backtrace below. I fixed this by hardcoding Cucumber::LANGUAGES[@lang]['scenario'] to "Scenario" in the pickler.rb file. This is the value returned in the hash for scenario in gherkin's i18n.yml file. This seemed to work, but I still can't get anything to move between my features directory and tracker. I thought it might be the connection to pivotal tracker, but I've ruled that out, because browse and search both seem to work.

Thanks,

-Evan

/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:440:in load_missing_constant': uninitialized constant Cucumber::LANGUAGES (NameError) from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:80:inconst_missing' from /usr/local/lib/ruby/gems/1.8/gems/pickler-0.1.4/lib/pickler.rb:109:in scenario_word' from /usr/local/lib/ruby/gems/1.8/gems/pickler-0.1.4/lib/pickler.rb:121:inscenario_features' from /usr/local/lib/ruby/gems/1.8/gems/pickler-0.1.4/lib/pickler/runner.rb:321:in process' from /usr/local/lib/ruby/gems/1.8/gems/pickler-0.1.4/lib/pickler/runner.rb:105:inrun' from /usr/local/lib/ruby/gems/1.8/gems/pickler-0.1.4/lib/pickler/runner.rb:494:in run' from /usr/local/lib/ruby/gems/1.8/gems/pickler-0.1.4/lib/pickler.rb:21:inrun' from /usr/local/lib/ruby/gems/1.8/gems/pickler-0.1.4/bin/pickler:7 from /usr/local/bin/pickler:19:in `load' from /usr/local/bin/pickler:19

tpope commented 14 years ago

This should be fixed as of the just now released 0.1.5.