Closed ciaranmcnulty closed 10 years ago
When undefined method foo is used, tool tries to create an example called it_should_foo without checking whether that exists already in the specification
foo
it_should_foo
Latest version now includes these fixes in the ExemplifyExtension.
When undefined method
foo
is used, tool tries to create an example calledit_should_foo
without checking whether that exists already in the specification