We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just that, same as Rails, for people not using Rails.
The text was updated successfully, but these errors were encountered:
I just dropped:
def assert_no_difference(code, &block) assert_difference code, 0, &block end
into test helpers and that solved it for me. Would be nice to have it in the gem though. Cheers!
Sorry, something went wrong.
@alexaandru are you using this gem with or without rails?
I am using it without Rails.
OK, that makes sense. Otherwise Rails just provides it.
J. Pablo Fernández pupeno@pupeno.com http://pupeno.com On 1 Sep 2013 11:43, "Alexandru Ungur" notifications@github.com wrote:
I am using it without Rails. — Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-23622547 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-23622547 .
pupeno
No branches or pull requests
Just that, same as Rails, for people not using Rails.
The text was updated successfully, but these errors were encountered: