search for: 333f7d32

Displaying 1 result from an estimated 1 matches for "333f7d32".

Did you mean: 332f7d92
2006 Nov 15
3
using expects with (for Hash and Array)
First off, thanks for the great library. Is there a way setup expects with this: runtime_options[:property] = properties_option_string or do i have to use: runtime_options.store(:property, properties_option_string) which results in this: runtime_options.expects(:store).with(:property, ''prop1=1'') Thanks for your help. jeremy