Skip to content

Instantly share code, notes, and snippets.

@alindeman
Created December 28, 2012 16:55
Show Gist options
  • Save alindeman/4399649 to your computer and use it in GitHub Desktop.
Save alindeman/4399649 to your computer and use it in GitHub Desktop.
AARON: So test unit… test in Ruby… test unit use mini tests. It’s a subclass — like it’s actually subclass of mini test. So, all I really did was just change Rails’… so Rails provides a test class like active support test case. …did change super, the class mini test and activate mini test spec is just a sub class of mini test test case. So, all I did was change active support’s class to sub class for main test spec. So it’s not like I mean, everything is completely backwards compatible — you just get spec’ing for free basically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment