Sha256: 3652aa9d9720b2ae22733fd35b488fa04111a2ea48947c1bf213c86f7f400510
Contents?: true
Size: 531 Bytes
Versions: 4
Compression:
Stored size: 531 Bytes
Contents
require 'spec_helper' describe 'tasuku/taskables/verifications/confirmations/_form.html.erb' do let(:user) { create :user } let(:verification) { create :verification } let(:confirmation) { build :verification_confirmation, verification: verification } let(:html) { Capybara.string rendered } before do assign :confirmation, confirmation render partial: 'tasuku/taskables/verifications/confirmations/form.html.erb', locals: { confirmation: confirmation, author: user } end end
Version data entries
4 entries across 4 versions & 1 rubygems