Commit a5ce8696a6aa5a3a588fc618d8c959ce6c687310

Authored by Andrey Kumanyaev
Committed by Dmitriy Zaporozhets
1 parent d7218633

remove unused autogenerated files

Showing 48 changed files with 0 additions and 518 deletions   Show diff stats
app/assets/javascripts/admin/teams/members.js.coffee
... ... @@ -1,3 +0,0 @@
1   -# Place all the behaviors and hooks related to the matching controller here.
2   -# All this logic will automatically be available in application.js.
3   -# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
app/assets/javascripts/admin/teams/projects.js.coffee
... ... @@ -1,3 +0,0 @@
1   -# Place all the behaviors and hooks related to the matching controller here.
2   -# All this logic will automatically be available in application.js.
3   -# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
app/assets/stylesheets/admin/teams/members.css.scss
... ... @@ -1,3 +0,0 @@
1   -// Place all the styles related to the Admin::Teams::Members controller here.
2   -// They will automatically be included in application.css.
3   -// You can use Sass (SCSS) here: http://sass-lang.com/
app/assets/stylesheets/admin/teams/projects.css.scss
... ... @@ -1,3 +0,0 @@
1   -// Place all the styles related to the Admin::Teams::Projects controller here.
2   -// They will automatically be included in application.css.
3   -// You can use Sass (SCSS) here: http://sass-lang.com/
spec/controllers/admin/projects/members_controller_spec.rb
... ... @@ -1,26 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe Admin::Projects::MembersController do
4   -
5   - describe "GET 'edit'" do
6   - it "returns http success" do
7   - get 'edit'
8   - response.should be_success
9   - end
10   - end
11   -
12   - describe "GET 'update'" do
13   - it "returns http success" do
14   - get 'update'
15   - response.should be_success
16   - end
17   - end
18   -
19   - describe "GET 'destroy'" do
20   - it "returns http success" do
21   - get 'destroy'
22   - response.should be_success
23   - end
24   - end
25   -
26   -end
spec/controllers/admin/teams/members_controller_spec.rb
... ... @@ -1,40 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe Admin::Teams::MembersController do
4   -
5   - describe "GET 'new'" do
6   - it "returns http success" do
7   - get 'new'
8   - response.should be_success
9   - end
10   - end
11   -
12   - describe "GET 'create'" do
13   - it "returns http success" do
14   - get 'create'
15   - response.should be_success
16   - end
17   - end
18   -
19   - describe "GET 'edit'" do
20   - it "returns http success" do
21   - get 'edit'
22   - response.should be_success
23   - end
24   - end
25   -
26   - describe "GET 'update'" do
27   - it "returns http success" do
28   - get 'update'
29   - response.should be_success
30   - end
31   - end
32   -
33   - describe "GET 'destroy'" do
34   - it "returns http success" do
35   - get 'destroy'
36   - response.should be_success
37   - end
38   - end
39   -
40   -end
spec/controllers/admin/teams/projects_controller_spec.rb
... ... @@ -1,40 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe Admin::Teams::ProjectsController do
4   -
5   - describe "GET 'new'" do
6   - it "returns http success" do
7   - get 'new'
8   - response.should be_success
9   - end
10   - end
11   -
12   - describe "GET 'create'" do
13   - it "returns http success" do
14   - get 'create'
15   - response.should be_success
16   - end
17   - end
18   -
19   - describe "GET 'edit'" do
20   - it "returns http success" do
21   - get 'edit'
22   - response.should be_success
23   - end
24   - end
25   -
26   - describe "GET 'update'" do
27   - it "returns http success" do
28   - get 'update'
29   - response.should be_success
30   - end
31   - end
32   -
33   - describe "GET 'destroy'" do
34   - it "returns http success" do
35   - get 'destroy'
36   - response.should be_success
37   - end
38   - end
39   -
40   -end
spec/controllers/admin/teams_controller_spec.rb
... ... @@ -1,47 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe Admin::TeamsController do
4   -
5   - describe "GET 'index'" do
6   - it "returns http success" do
7   - get 'index'
8   - response.should be_success
9   - end
10   - end
11   -
12   - describe "GET 'show'" do
13   - it "returns http success" do
14   - get 'show'
15   - response.should be_success
16   - end
17   - end
18   -
19   - describe "GET 'create'" do
20   - it "returns http success" do
21   - get 'create'
22   - response.should be_success
23   - end
24   - end
25   -
26   - describe "GET 'edit'" do
27   - it "returns http success" do
28   - get 'edit'
29   - response.should be_success
30   - end
31   - end
32   -
33   - describe "GET 'update'" do
34   - it "returns http success" do
35   - get 'update'
36   - response.should be_success
37   - end
38   - end
39   -
40   - describe "GET 'destroy'" do
41   - it "returns http success" do
42   - get 'destroy'
43   - response.should be_success
44   - end
45   - end
46   -
47   -end
spec/controllers/teams/members_controller_spec.rb
... ... @@ -1,47 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe Teams::MembersController do
4   -
5   - describe "GET 'index'" do
6   - it "returns http success" do
7   - get 'index'
8   - response.should be_success
9   - end
10   - end
11   -
12   - describe "GET 'new'" do
13   - it "returns http success" do
14   - get 'new'
15   - response.should be_success
16   - end
17   - end
18   -
19   - describe "GET 'create'" do
20   - it "returns http success" do
21   - get 'create'
22   - response.should be_success
23   - end
24   - end
25   -
26   - describe "GET 'edit'" do
27   - it "returns http success" do
28   - get 'edit'
29   - response.should be_success
30   - end
31   - end
32   -
33   - describe "GET 'update'" do
34   - it "returns http success" do
35   - get 'update'
36   - response.should be_success
37   - end
38   - end
39   -
40   - describe "GET 'destroy'" do
41   - it "returns http success" do
42   - get 'destroy'
43   - response.should be_success
44   - end
45   - end
46   -
47   -end
spec/controllers/teams/projects_controller_spec.rb
... ... @@ -1,47 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe Teams::ProjectsController do
4   -
5   - describe "GET 'index'" do
6   - it "returns http success" do
7   - get 'index'
8   - response.should be_success
9   - end
10   - end
11   -
12   - describe "GET 'new'" do
13   - it "returns http success" do
14   - get 'new'
15   - response.should be_success
16   - end
17   - end
18   -
19   - describe "GET 'create'" do
20   - it "returns http success" do
21   - get 'create'
22   - response.should be_success
23   - end
24   - end
25   -
26   - describe "GET 'edit'" do
27   - it "returns http success" do
28   - get 'edit'
29   - response.should be_success
30   - end
31   - end
32   -
33   - describe "GET 'update'" do
34   - it "returns http success" do
35   - get 'update'
36   - response.should be_success
37   - end
38   - end
39   -
40   - describe "GET 'destroy'" do
41   - it "returns http success" do
42   - get 'destroy'
43   - response.should be_success
44   - end
45   - end
46   -
47   -end
spec/controllers/teams_controller_spec.rb
... ... @@ -1,54 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe TeamsController do
4   -
5   - describe "GET 'index'" do
6   - it "returns http success" do
7   - get 'index'
8   - response.should be_success
9   - end
10   - end
11   -
12   - describe "GET 'show'" do
13   - it "returns http success" do
14   - get 'show'
15   - response.should be_success
16   - end
17   - end
18   -
19   - describe "GET 'new'" do
20   - it "returns http success" do
21   - get 'new'
22   - response.should be_success
23   - end
24   - end
25   -
26   - describe "GET 'edit'" do
27   - it "returns http success" do
28   - get 'edit'
29   - response.should be_success
30   - end
31   - end
32   -
33   - describe "GET 'update'" do
34   - it "returns http success" do
35   - get 'update'
36   - response.should be_success
37   - end
38   - end
39   -
40   - describe "GET 'create'" do
41   - it "returns http success" do
42   - get 'create'
43   - response.should be_success
44   - end
45   - end
46   -
47   - describe "GET 'destroy'" do
48   - it "returns http success" do
49   - get 'destroy'
50   - response.should be_success
51   - end
52   - end
53   -
54   -end
spec/helpers/admin/teams/members_helper_spec.rb
... ... @@ -1,15 +0,0 @@
1   -require 'spec_helper'
2   -
3   -# Specs in this file have access to a helper object that includes
4   -# the Admin::Teams::MembersHelper. For example:
5   -#
6   -# describe Admin::Teams::MembersHelper do
7   -# describe "string concat" do
8   -# it "concats two strings with spaces" do
9   -# helper.concat_strings("this","that").should == "this that"
10   -# end
11   -# end
12   -# end
13   -describe Admin::Teams::MembersHelper do
14   - pending "add some examples to (or delete) #{__FILE__}"
15   -end
spec/helpers/admin/teams/projects_helper_spec.rb
... ... @@ -1,15 +0,0 @@
1   -require 'spec_helper'
2   -
3   -# Specs in this file have access to a helper object that includes
4   -# the Admin::Teams::ProjectsHelper. For example:
5   -#
6   -# describe Admin::Teams::ProjectsHelper do
7   -# describe "string concat" do
8   -# it "concats two strings with spaces" do
9   -# helper.concat_strings("this","that").should == "this that"
10   -# end
11   -# end
12   -# end
13   -describe Admin::Teams::ProjectsHelper do
14   - pending "add some examples to (or delete) #{__FILE__}"
15   -end
spec/views/admin/teams/create.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/create.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/destroy.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/destroy.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/edit.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/edit.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/index.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/index.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/members/create.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/create.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/members/destroy.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/destroy.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/members/edit.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/edit.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/members/new.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/new.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/members/update.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/update.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/projects/create.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/create.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/projects/destroy.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/destroy.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/projects/edit.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/edit.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/projects/new.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/new.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/projects/update.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/update.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/show.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/show.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/admin/teams/update.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/update.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/create.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/create.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/destroy.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/destroy.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/edit.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/edit.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/index.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/index.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/members/create.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/create.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/members/destroy.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/destroy.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/members/edit.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/edit.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/members/index.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/index.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/members/new.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/new.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/members/update.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "members/update.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/new.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/new.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/projects/create.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/create.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/projects/destroy.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/destroy.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/projects/edit.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/edit.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/projects/index.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/index.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/projects/new.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/new.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/projects/update.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "projects/update.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/show.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/show.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end
spec/views/teams/update.html.haml_spec.rb
... ... @@ -1,5 +0,0 @@
1   -require 'spec_helper'
2   -
3   -describe "teams/update.html.haml" do
4   - pending "add some examples to (or delete) #{__FILE__}"
5   -end