Skip to content

Instantly share code, notes, and snippets.

@dewski
Created July 26, 2012 00:28
Show Gist options
  • Save dewski/3179561 to your computer and use it in GitHub Desktop.
Save dewski/3179561 to your computer and use it in GitHub Desktop.
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