Skip to content
New issue

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

Implement assert_no_difference #3

Open
pupeno opened this issue Sep 3, 2011 · 4 comments
Open

Implement assert_no_difference #3

pupeno opened this issue Sep 3, 2011 · 4 comments
Assignees

Comments

@pupeno
Copy link
Owner

pupeno commented Sep 3, 2011

Just that, same as Rails, for people not using Rails.

@ghost ghost assigned pupeno Sep 3, 2011
@alexaandru
Copy link

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!

@pupeno
Copy link
Owner Author

pupeno commented Sep 1, 2013

@alexaandru are you using this gem with or without rails?

@alexaandru
Copy link

I am using it without Rails.

@pupeno
Copy link
Owner Author

pupeno commented Sep 1, 2013

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
.

@pupeno pupeno removed this from the 0.4.0 milestone Nov 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants