Displaying 1 result from an estimated 1 matches for "main_spec".
Did you mean:
domain_spec
2008 May 27
8
new --pattern option
...les I did not want to include and they weren''t included with
previous versions. For example, it is going to load all rb files from "."
and from "some_dir" and subdirectories. What''s wrong and how can I avoid
that?
I made simple test, created files called "main_spec.rb" to follow your
naming convention. It had only one line in it:
puts "spec: " + File.dirname(__FILE__)
Now, I executed spec without -p (--pattern) switch to have it to use default
option (which is **/*_spec.rb). Everything worked as with version 1.08. But
NOW, if I executed spec w...