In Sinatra - does anyone use test fixtures? how is your test suite set up?

Posted by NatGordon on Stack Overflow See other posts from Stack Overflow or by NatGordon
Published on 2010-05-14T17:51:15Z Indexed on 2010/05/14 17:54 UTC
Read the original article Hit count: 185

Filed under:
|
|

I'm coming from a Ruby/Rails world. I'm getting testing set up on a Sinatra project (with Rack::Test). I usually use Fixtures in testing. Is there an equivalent for Sinatra?

How do people set up their Sinatra test suites (outside of the basic helloworld example that is the only example I can find for Sinatra tests).

Thanks!

© Stack Overflow or respective owner

Related posts about sinatra

Related posts about testing