Sha256: 77c104488ffc1e73c07c04b9ba4225e9e1ea612877ceb1d7cd830d2998eb2b51
Contents?: true
Size: 219 Bytes
Versions: 23
Compression:
Stored size: 219 Bytes
Contents
require 'rails_helper' RSpec.describe "withdraws/show", type: :view do before(:each) do @withdraw = assign(:withdraw, FactoryBot.create(:withdraw)) end it "renders attributes in <p>" do render end end
Version data entries
23 entries across 23 versions & 1 rubygems