On Wed, Sep 26, 2012 at 10:25 PM, S Ahmed <[email protected]> wrote: > How can I do this?
If it's truly something that just needs to be loaded once and then is
used without mutation in any number of tests, you might just set it to
a constant in spec_helper.rb:
CONFIG = YAML.load("...")
MyClass.new(CONFIG)
--
Andy Lindeman
http://www.andylindeman.com/
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users
