Sha256: 7583cb9ca1cb5a922c7f81b6ca5fe1928b777f9fbcc09dee59bce21e046186c7

Contents?: true

Size: 320 Bytes

Versions: 57

Compression:

Stored size: 320 Bytes

Contents

require 'rails_helper'

RSpec.describe "tests/show", type: :view do
  before(:each) do
    @test = assign(:test, Test.create!(
      :price => 2.5,
      :name => "MyText"
    ))
  end

  it "renders attributes in <p>" do
    render
    expect(rendered).to match(/2.5/)
    expect(rendered).to match(/MyText/)
  end
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
wordjelly-auth-1.3.9 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.3.8 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.3.7 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.3.6 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.3.5 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.3.3 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.3.2 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.3.1 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.3.0 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.2.9 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.2.8 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.2.6 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.2.5 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.2.4 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.2.3 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.2.2 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.2.1 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.2.0 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.1.9 spec/dummy/spec/views/tests/show.html.erb_spec.rb
wordjelly-auth-1.1.8 spec/dummy/spec/views/tests/show.html.erb_spec.rb