Skip to content

Commit f4210ae

Browse files
committed
Fix grammer errors
1 parent 0aea436 commit f4210ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/controllers/controller_oauth_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def response.body
7070
stub_all_oauth_requests!
7171
end
7272

73-
context 'when callback_url begin with /' do
73+
context 'when callback_url begins with /' do
7474
before do
7575
sorcery_controller_external_property_set(:twitter, :callback_url, '/oauth/twitter/callback')
7676
end
@@ -85,7 +85,7 @@ def response.body
8585
end
8686
end
8787

88-
context 'when callback_url begin with http://' do
88+
context 'when callback_url begins with http://' do
8989
before do
9090
sorcery_controller_external_property_set(:twitter, :callback_url, 'http://blabla.com/oauth/twitter/callback')
9191
end

0 commit comments

Comments
 (0)