create tags page and made tag filter for projects

This commit is contained in:
Aleksei Kvitinskii 2011-11-05 21:00:05 +02:00
parent 1e5aa0efff
commit 6e08b5cc85
10 changed files with 62 additions and 24 deletions

View file

@ -11,13 +11,13 @@ describe "Tags" do
# end
describe "GET '/tags/autocomplete'" do
describe "GET '/tags.json'" do
before do
@project = Factory :project
@project.add_access(@user, :read)
@project.tag_list = 'demo1'
@project.save
visit '/tags/autocomplete.json'
visit '/tags.json'
end