On Tue, Dec 22, 2009 at 9:35 AM, rogerdpack <[email protected]> wrote:
> Forgive me if the question is a common one... > > does rspec have any concept like > > given "a certain set of paths" do > > it "should be able to recreate them" do; end > it "..."; end > end > Not built into rspec. There is a merb extension that does that, but there is no "when" and "then" counterpart, so I didn't want to add it to rspec. HTH, David > ? > Thanks. > -r > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users >
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
