create InJuty
This commit is contained in:
14
spec/views/origami/in_juties/index.html.erb_spec.rb
Normal file
14
spec/views/origami/in_juties/index.html.erb_spec.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe "origami/in_juties/index", type: :view do
|
||||
before(:each) do
|
||||
assign(:in_juties, [
|
||||
InJuty.create!(),
|
||||
InJuty.create!()
|
||||
])
|
||||
end
|
||||
|
||||
it "renders a list of origami/in_juties" do
|
||||
render
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user