summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/projects_spec.rb
blob: 63eb5c697c2f22aba752f4d9897fe0e0648d2d52 (plain)
1
2
3
4
5
6
7
8
9
10
require 'spec_helper'

RSpec.describe 'Dashboard Projects', feature: true do
  before do
    login_as(create :user)
    visit dashboard_projects_path
  end
  
  it_behaves_like "an autodiscoverable RSS feed with current_user's private token"
end