---- David Chelimsky <dchelim...@gmail.com> wrote: 
> 
> On Sep 27, 2010, at 8:12 AM, David Chelimsky wrote:
> 
> re: how to include them: yes, in a module:
> 
> # in spec/support/custom_matchers.rb
> module CustomMatchers
>   ...
> end
> 
> # in spec/spec_helper.rb
> RSpec.configure do |c|
>   c.include CustomMatchers
> end
> 
> Make sense?


Yes.  Thanks.

GregD
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to