Re: [rspec-users] [Cucumber] Using Cucumber to test Erlang servers directly

2009-05-03 Thread wolfmanjm
Thanks, this is a work in progress it should get more sophisticated as I write more features. BTW Aslak this is why I needed the scenario name in the After hook, I get a lot of Erlang messages which get stored, and the Steps should test for them and consume them off the queue, however as Erlang an

Re: [rspec-users] [Cucumber] Using Cucumber to test Erlang servers directly

2009-05-02 Thread aslak hellesoy
> I don't know if this will interest anyone, but I thought it was a > pretty cool use of Cucumber :) > OMG sooo cool. Added here: http://wiki.github.com/aslakhellesoy/cucumber/tutorials-and-related-blog-posts Aslak > > I've posted a Blog article on how I use Cucumber to test an Erlang > Server

Re: [rspec-users] [Cucumber] Using Cucumber to test Erlang servers directly

2009-05-02 Thread Ben Mabey
Jim Morris wrote: I don't know if this will interest anyone, but I thought it was a pretty cool use of Cucumber :) I've posted a Blog article on how I use Cucumber to test an Erlang Server directly by talking to my Erlang Nodes. http://blog.wolfman.com/articles/2009/5/2/using-cucumber-to-test-e

[rspec-users] [Cucumber] Using Cucumber to test Erlang servers directly

2009-05-02 Thread Jim Morris
I don't know if this will interest anyone, but I thought it was a pretty cool use of Cucumber :) I've posted a Blog article on how I use Cucumber to test an Erlang Server directly by talking to my Erlang Nodes. http://blog.wolfman.com/articles/2009/5/2/using-cucumber-to-test-erlang-servers It us