Sha256: 9e3f2b4cdfb5560aa4b7924a205f17c9a4388d028c2e0b365d18fd533b664086

Contents?: true

Size: 529 Bytes

Versions: 1

Compression:

Stored size: 529 Bytes

Contents

require 'spec_helper'

describe 'tasks/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: 'tasks/taskables/verifications/confirmations/form.html.erb', locals: {
      confirmation: confirmation,
      author: user
    }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tasuku-0.0.1 spec/views/tasks/taskables/verifications/confirmations/_form.html.erb_spec.rb