[rspec-users] Need suggestions on how to test a class

2011-04-12 Thread Nicholas Wieland
Hi *, the class I need to test is: https://gist.github.com/49ef28014bb648ffa63e I know my question is very generic, but I honestly fail to see how to test something that is so strictly procedural and so dependent to the platform/libraries. Should I mock/stub filesystem, services and pretty much

Re: [rspec-users] RSpec 2.5 not seeing MiniTests?

2011-04-12 Thread David Chelimsky
On Apr 12, 2011, at 1:59 PM, josh wall wrote: > I originally tried using the upgrade instructions on relish/core/upgrade > but eventually stripped it down to a couple files and still cannot get > RSpec to pick up my minitest tests. I don't actually use > describe/should syntax, I am basically us

[rspec-users] RSpec 2.5 not seeing MiniTests?

2011-04-12 Thread josh wall
I originally tried using the upgrade instructions on relish/core/upgrade but eventually stripped it down to a couple files and still cannot get RSpec to pick up my minitest tests. I don't actually use describe/should syntax, I am basically using Test::Unit but wanted the nice html formatting RSpec

Re: [rspec-users] rspec-1.3.2 is released!

2011-04-12 Thread Stephen Bannasch
At 10:55 PM -0500 4/11/11, David Chelimsky wrote: >rspec-1.3.2 is released! > >This is primarily a bug-fix release of the rspec-1.x series, and is >recommended for all users who have not yet upgraded to rspec-2. > Thanks for simplifying the gem build process by getting rid of hoe and using the b