Fix typo in filename

This commit is contained in:
Marcin Kulik 2012-03-08 15:00:00 +01:00
parent 593badefec
commit a3d12d4a84

View File

@ -16,7 +16,7 @@ describe OauthHelper do
}
end
it { OauthHelper.get_avatar_url(auth).should == avatar_url}
it { OauthHelper.get_avatar_url(auth).should == avatar_url }
end
@ -30,7 +30,7 @@ describe OauthHelper do
}
end
it { OauthHelper.get_avatar_url(auth).should == avatar_url}
it { OauthHelper.get_avatar_url(auth).should == avatar_url }
end
context "when other provider" do