save commit
This commit is contained in:
parent
a987f1469e
commit
c5f427b0a4
35 changed files with 399 additions and 0 deletions
5
spec/views/admin/teams/create.html.haml_spec.rb
Normal file
5
spec/views/admin/teams/create.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/create.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/admin/teams/destroy.html.haml_spec.rb
Normal file
5
spec/views/admin/teams/destroy.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/destroy.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/admin/teams/edit.html.haml_spec.rb
Normal file
5
spec/views/admin/teams/edit.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/edit.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/admin/teams/index.html.haml_spec.rb
Normal file
5
spec/views/admin/teams/index.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/index.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/admin/teams/show.html.haml_spec.rb
Normal file
5
spec/views/admin/teams/show.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/show.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/admin/teams/update.html.haml_spec.rb
Normal file
5
spec/views/admin/teams/update.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/update.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/create.html.haml_spec.rb
Normal file
5
spec/views/teams/create.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/create.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/destroy.html.haml_spec.rb
Normal file
5
spec/views/teams/destroy.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/destroy.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/edit.html.haml_spec.rb
Normal file
5
spec/views/teams/edit.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/edit.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/index.html.haml_spec.rb
Normal file
5
spec/views/teams/index.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/index.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/members/create.html.haml_spec.rb
Normal file
5
spec/views/teams/members/create.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "members/create.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/members/destroy.html.haml_spec.rb
Normal file
5
spec/views/teams/members/destroy.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "members/destroy.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/members/edit.html.haml_spec.rb
Normal file
5
spec/views/teams/members/edit.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "members/edit.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/members/index.html.haml_spec.rb
Normal file
5
spec/views/teams/members/index.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "members/index.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/members/new.html.haml_spec.rb
Normal file
5
spec/views/teams/members/new.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "members/new.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/members/update.html.haml_spec.rb
Normal file
5
spec/views/teams/members/update.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "members/update.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/new.html.haml_spec.rb
Normal file
5
spec/views/teams/new.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/new.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/projects/create.html.haml_spec.rb
Normal file
5
spec/views/teams/projects/create.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "projects/create.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/projects/destroy.html.haml_spec.rb
Normal file
5
spec/views/teams/projects/destroy.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "projects/destroy.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/projects/edit.html.haml_spec.rb
Normal file
5
spec/views/teams/projects/edit.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "projects/edit.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/projects/index.html.haml_spec.rb
Normal file
5
spec/views/teams/projects/index.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "projects/index.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/projects/new.html.haml_spec.rb
Normal file
5
spec/views/teams/projects/new.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "projects/new.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/projects/update.html.haml_spec.rb
Normal file
5
spec/views/teams/projects/update.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "projects/update.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/show.html.haml_spec.rb
Normal file
5
spec/views/teams/show.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/show.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
5
spec/views/teams/update.html.haml_spec.rb
Normal file
5
spec/views/teams/update.html.haml_spec.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "teams/update.html.haml" do
|
||||
pending "add some examples to (or delete) #{__FILE__}"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue