diff --git a/spec/lib/ouath_helper_spec.rb b/spec/lib/oauth_helper_spec.rb similarity index 99% rename from spec/lib/ouath_helper_spec.rb rename to spec/lib/oauth_helper_spec.rb index bcc69a9..a62969e 100644 --- a/spec/lib/ouath_helper_spec.rb +++ b/spec/lib/oauth_helper_spec.rb @@ -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