create InJuty
This commit is contained in:
11
spec/views/origami/in_juties/show.html.erb_spec.rb
Normal file
11
spec/views/origami/in_juties/show.html.erb_spec.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe "origami/in_juties/show", type: :view do
|
||||
before(:each) do
|
||||
@origami_in_juty = assign(:origami_in_juty, InJuty.create!())
|
||||
end
|
||||
|
||||
it "renders attributes in <p>" do
|
||||
render
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user