summaryrefslogtreecommitdiff
path: root/spec/features/projects/user_interacts_with_stars_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/user_interacts_with_stars_spec.rb')
-rw-r--r--spec/features/projects/user_interacts_with_stars_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/user_interacts_with_stars_spec.rb b/spec/features/projects/user_interacts_with_stars_spec.rb
index 0ac3f8181fa..d9d2e0ab171 100644
--- a/spec/features/projects/user_interacts_with_stars_spec.rb
+++ b/spec/features/projects/user_interacts_with_stars_spec.rb
@@ -3,7 +3,7 @@ require 'spec_helper'
describe 'User interacts with project stars' do
let(:project) { create(:project, :public, :repository) }
- context 'when user is signed in', js: true do
+ context 'when user is signed in', :js do
let(:user) { create(:user) }
before do