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