Displaying 2 results from an estimated 2 matches for "at_most_onc".
Did you mean:
at_most_once
2007 Jan 24
0
Mocha 0.4 released
...Specify multiple return values for consecutive calls.
- Improved consistency of expectation error messages.
- Allow mocking of Object instance methods e.g. kind_of?, type.
- Provide aliased versions of #expects and #stubs to allow mocking of
these methods.
- Added at_least, at_most, at_most_once methods to expectation.
- Allow expects and stubs to take a hash of method and return values.
- Eliminate warning: "instance variable @yield not initialized" (patch
from Xavier Shay <http://blog.rhnh.net/>).
- Restore instance methods on partial mocks (patch from Chris...
2007 Jul 26
5
Coding standards and whitespace
...c.tmbundle/Snippets/and_yield.tmSnippet
RSpec.tmbundle/Snippets/any_number_of_times.tmSnippet
RSpec.tmbundle/Snippets/at_least.tmSnippet
RSpec.tmbundle/Snippets/at_least_once.tmSnippet
RSpec.tmbundle/Snippets/at_least_twice.tmSnippet
RSpec.tmbundle/Snippets/at_most.tmSnippet
RSpec.tmbundle/Snippets/at_most_once.tmSnippet
RSpec.tmbundle/Snippets/at_most_twice.tmSnippet
RSpec.tmbundle/Snippets/controller_context.tmSnippet
RSpec.tmbundle/Snippets/controller_context_RESTful.tmSnippet
RSpec.tmbundle/Snippets/Custom Matcher.tmSnippet
RSpec.tmbundle/Snippets/Describe.tmSnippet
RSpec.tmbundle/Snippets/Describe_t...