save generated files

This commit is contained in:
Andrey Kumanyaev 2013-01-20 15:25:45 +04:00 committed by Dmitriy Zaporozhets
parent 9804b7df68
commit cca9935970
11 changed files with 91 additions and 1 deletions

View file

@ -0,0 +1,5 @@
require 'spec_helper'
describe "members/create.html.haml" do
pending "add some examples to (or delete) #{__FILE__}"
end

View file

@ -0,0 +1,5 @@
require 'spec_helper'
describe "members/destroy.html.haml" do
pending "add some examples to (or delete) #{__FILE__}"
end

View file

@ -0,0 +1,5 @@
require 'spec_helper'
describe "members/edit.html.haml" do
pending "add some examples to (or delete) #{__FILE__}"
end

View file

@ -0,0 +1,5 @@
require 'spec_helper'
describe "members/new.html.haml" do
pending "add some examples to (or delete) #{__FILE__}"
end

View file

@ -0,0 +1,5 @@
require 'spec_helper'
describe "members/update.html.haml" do
pending "add some examples to (or delete) #{__FILE__}"
end