Commit a1c5c11c84c1a8d74b1cea3c9da0dbe435c6c1b7
1 parent
acf45dc9
Exists in
master
and in
29 other branches
ActionItem85: removing fixtures to make functional tests run
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@662 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
0 additions
and
38 deletions
Show diff stats
test/fixtures/role_assignments.yml
@@ -1,19 +0,0 @@ | @@ -1,19 +0,0 @@ | ||
1 | -# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html | ||
2 | -one: | ||
3 | - id: 1 | ||
4 | - person_id: 4 | ||
5 | - role_id: 2 | ||
6 | - resource_id: 5 | ||
7 | - resource_type: 'Profile' | ||
8 | -two: | ||
9 | - id: 2 | ||
10 | - person_id: 1 | ||
11 | - role_id: 1 | ||
12 | - resource_id: 5 | ||
13 | - resource_type: 'Profile' | ||
14 | -three: | ||
15 | - id: 3 | ||
16 | - person_id: 1 | ||
17 | - role_id: 1 | ||
18 | - resource_id: 6 | ||
19 | - resource_type: 'Profile' |
test/fixtures/roles.yml
@@ -1,19 +0,0 @@ | @@ -1,19 +0,0 @@ | ||
1 | -# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html | ||
2 | -one: | ||
3 | - id: 1 | ||
4 | - name: 'member' | ||
5 | - permissions: | ||
6 | - - post_content | ||
7 | -two: | ||
8 | - id: 2 | ||
9 | - name: 'owner' | ||
10 | - permissions: | ||
11 | - - menage_memberships | ||
12 | - - post_content | ||
13 | - - destroy_profile | ||
14 | - - edit_profile | ||
15 | -three: | ||
16 | - id: 3 | ||
17 | - name: 'moderator' | ||
18 | - permissions: | ||
19 | - - manage_memberships |