save generated files
This commit is contained in:
parent
9804b7df68
commit
cca9935970
11 changed files with 91 additions and 1 deletions
5
spec/views/admin/teams/members/create.html.haml_spec.rb
Normal file
5
spec/views/admin/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/admin/teams/members/destroy.html.haml_spec.rb
Normal file
5
spec/views/admin/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/admin/teams/members/edit.html.haml_spec.rb
Normal file
5
spec/views/admin/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/admin/teams/members/new.html.haml_spec.rb
Normal file
5
spec/views/admin/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/admin/teams/members/update.html.haml_spec.rb
Normal file
5
spec/views/admin/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
|
Loading…
Add table
Add a link
Reference in a new issue