Hi,
2008/8/18 aidy lewis <[EMAIL PROTECTED]>:
> Hi,
>
> Can anyone give me some sample syntax of using a command line switch
> in the Story Runner run method please?
This is what I have
def run_local_story(filename, options={})
options = {"-fh:" => "C:/rspec_reports/#{filename}.htm"}
run File.join(File.dirname(__FILE__), "../projects/#{filename}"), options
end
However, no exception is thrown, but neither is a file created. I am
also unsure on what part of the code the html report should be
created.
Aidy
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users