Files
sx-fc/spec/views/origami/in_juties/show.html.erb_spec.rb
Zin Lin Phyo 874a9b60be create InJuty
2017-08-23 15:02:27 +06:30

12 lines
229 B
Ruby

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