bootstrap basic layout

This commit is contained in:
Min Zeya Phyo
2017-04-04 02:29:11 +06:30
parent 7595ed183b
commit aba3e52d0b
12 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe "home/create.html.erb", type: :view do
pending "add some examples to (or delete) #{__FILE__}"
end

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe "home/destroy.html.erb", type: :view do
pending "add some examples to (or delete) #{__FILE__}"
end

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe "home/index.html.erb", type: :view do
pending "add some examples to (or delete) #{__FILE__}"
end