Fix typo to be more consistent with other test descriptions

This commit is contained in:
Marica Odagaki 2017-02-15 00:04:10 -08:00
parent c085e8f85f
commit 2c1279b740
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ describe AdminDashboardData do
SiteSetting.stubs(enable_setting).returns(true)
end
it 'returns nil key and secret are set' do
it 'returns nil when key and secret are set' do
SiteSetting.stubs(key).returns('12313213')
SiteSetting.stubs(secret).returns('12312313123')
expect(subject).to be_nil