Sha256: 83fa768354f8dff567ae5aa30d93148dbc7222840b38025de6bccf34d18b51a6

Contents?: true

Size: 343 Bytes

Versions: 2

Compression:

Stored size: 343 Bytes

Contents

require 'spec_helper'

describe "appointments/index" do
  before(:each) do
    assign(:appointments, [
      stub_model(Appointment),
      stub_model(Appointment)
    ])
  end

  it "renders a list of appointments" 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/index.html.erb_spec.rb
rails_marketplace-0.0.1 spec/views/rails_marketplace/catalog/index.html.erb_spec.rb