summaryrefslogtreecommitdiff
path: root/spec/controllers/dashboard/projects_controller_spec.rb
blob: 2975205e09c3f7cf9be1532ea6f6b2b762c822bf (plain)
1
2
3
4
5
require 'spec_helper'

describe Dashboard::ProjectsController do
  it_behaves_like 'authenticates sessionless user', :index, :atom
end