create tags page and made tag filter for projects
This commit is contained in:
parent
1e5aa0efff
commit
6e08b5cc85
10 changed files with 62 additions and 24 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue