Howdy helpful list members and support people,

I'm building my app with Heroku, and testing it with Cucumber
(http://cukes.info). Ideally I'd like to test my cucumber tests in the
Heroku Rake console.

I installed cucumber as a gem, using Heroku's tools to do this. That
didn't work, don't remember why, so I tried to install Cucumber as a
plugin.

In the Rake console in I tried:

>>> features

Which got me further, but I got complaints about db:test:purge. So, in
my Rakefile I did:

Rake.application.send(:eval, "@tasks.delete('db:test:purge')")

task "db:test:purge" do
  # thanks <http://adam.blog.heroku.com/past/2008/1/17/overriding_rake_tasks/>
  puts "hello there from a neutered db:test:purge! (I'm FIXED!)"
end

Which worked, except now Cucumber is looking for treetop. BUT I have
this installed as a gem in /vendor/gem. (I suspect that Cucumber is
actually launching a CLI program at this point, but I don't know
enough to do more than supect).

So I don't know if anybody has any experience with running Cucumber
tasks on Heroku, a pointer would be excellent. Seems like I'm either
hitting a wall, or doing way too much work

Thoughts? Tips? People who like the taste of cucumber around?

Thanks in advance,
_Ryan Wilcox

-- 
_____________________________________________________________________
Ryan Wilcox             PGP: 0x2F4E9C31
AIM: alphafighter     Yahoo Messenger: BrotherAias
Weblog: http://radio.weblogs.com/0100544/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to