Sha256: b7b1367d1adcb53554fe0dfde6b06fcde1c6c08dbaaa3b239355154d95b7376b

Contents?: true

Size: 220 Bytes

Versions: 22

Compression:

Stored size: 220 Bytes

Contents

require 'rails_helper'

RSpec.describe "withdraws/show", type: :view do
  before(:each) do
    @withdraw = assign(:withdraw, FactoryGirl.create(:withdraw))
  end

  it "renders attributes in <p>" do
    render
  end
end

Version data entries

22 entries across 20 versions & 2 rubygems

Version Path
enju_library-0.1.0.pre45 spec/views/withdraws/show.html.erb_spec.rb
enju_library-0.1.0.pre44 spec/views/withdraws/show.html.erb_spec.rb