would be welcomed as well.
Thank you,
Perry Smith
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
On Nov 24, 2012, at 3:00 AM, Andrew Premdas wrote:
> The book is quite old now. It still has great value for understanding core
> BDD principles, and for covering the range of things you can do with RSpec,
> but if you use it as a guide to follow step by step without sufficient
> background un
I think I would put it with the test. My logic is, if it breaks (needs to
change), the test will break. You will look there first to see what happened.
On Jan 23, 2013, at 12:54 PM, Jim Coble wrote:
> One of my tests needs to be provided with a particular directory path. While
> I can code t
On Mar 19, 2013, at 10:41 AM, David Chelimsky wrote:
> On Tue, Mar 19, 2013 at 7:20 AM, Иван Неверов wrote:
>> Hi all
>> Could somebody tell me, is it possible to assign some tag=>value to all
>> examples in directory?
>>
>> Like I want to mark all tests in spec/unit as :type=>'shallow'. And ha