summaryrefslogtreecommitdiff
path: root/spec/features/login_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/login_spec.rb')
-rw-r--r--spec/features/login_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/login_spec.rb b/spec/features/login_spec.rb
index 61defb8a333..046a9f6191d 100644
--- a/spec/features/login_spec.rb
+++ b/spec/features/login_spec.rb
@@ -1,7 +1,7 @@
require 'spec_helper'
feature 'Login' do
- context 'with two-factor authentication' do
+ describe 'with two-factor authentication' do
context 'with valid username/password' do
let(:user) { create(:user, :two_factor) }
@@ -78,7 +78,7 @@ feature 'Login' do
end
end
- context 'without two-factor authentication' do
+ describe 'without two-factor authentication' do
let(:user) { create(:user) }
it 'allows basic login' do