Created
July 26, 2012 00:28
-
-
Save dewski/3179561 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test "should import GitHub organizations after saving" do | |
organization = Hashie::Mash.new(:id => 1991, :login => 'twitter') | |
User.any_instance.stubs(:github_organizations).returns([organization]) | |
user = User.make! | |
assert_equal user.github_organizations.count, user.organizations.count | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment