add projects atom feed
This commit is contained in:
parent
2cf8010792
commit
f8f6ff065e
4 changed files with 53 additions and 4 deletions
|
@ -18,9 +18,16 @@ describe "Projects" do
|
|||
page.should have_content("New Project")
|
||||
end
|
||||
|
||||
it "should have project" do
|
||||
it "should have project" do
|
||||
page.should have_content(@project.name)
|
||||
end
|
||||
|
||||
it "should render projects atom feed via private token" do
|
||||
logout
|
||||
|
||||
visit projects_path(:atom, :private_token => @user.private_token)
|
||||
page.body.should have_selector("feed title")
|
||||
end
|
||||
end
|
||||
|
||||
describe "GET /projects/new" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue