Sha256: d773e95a7a4fa059354da5fa1e509c8a04b903da0c474ff55b7f9ba50bf00f47

Contents?: true

Size: 303 Bytes

Versions: 2

Compression:

Stored size: 303 Bytes

Contents

require 'spec_helper'

describe "appointments/show" do
  before(:each) do
    @appointment = assign(:appointment, stub_model(Appointment))
  end

  it "renders attributes in <p>" do
    render
    # Run the generator again with the --webrat flag if you want to use webrat matchers
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_marketplace-0.0.2 spec/views/rails_marketplace/catalog/show.html.erb_spec.rb
rails_marketplace-0.0.1 spec/views/rails_marketplace/catalog/show.html.erb_spec.rb