We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebaa275 commit 4e7bfcbCopy full SHA for 4e7bfcb
spec/models/user_spec.rb
@@ -50,7 +50,7 @@
50
end
51
52
53
- describe '#from_token' do
+ describe '.from_token' do
54
subject(:user) { described_class.from_token(token: UserProfileMock::TOKEN) }
55
56
before do
@@ -95,7 +95,7 @@
95
96
97
98
- describe '#from_omniauth' do
+ describe '.from_omniauth' do
99
subject(:auth_subject) { described_class.from_omniauth(auth) }
100
101
let(:user) { build(:user) }
@@ -158,7 +158,7 @@
158
include_examples 'role_check', 'school-student'
159
160
161
- describe '#where' do
+ describe '.where' do
162
subject(:user) { described_class.where(id: '00000000-0000-0000-0000-000000000000').first }
163
164
0 commit comments