Sha256: 87ac9701dbb3f6c5f36bc0f04711f893efee170202e6f818c1891919b7870239

Contents?: true

Size: 312 Bytes

Versions: 3

Compression:

Stored size: 312 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')

describe ContactsController do

  render_views

  before do
    sign_in Factory(:friend).sender_subject
  end

  describe "GET 'index'" do
    it "should be successful" do
      get 'index'
      response.should be_success
    end
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
social_stream-0.4.4 spec/controllers/contacts_controller_spec.rb
social_stream-0.4.3 spec/controllers/contacts_controller_spec.rb
social_stream-0.4.2 spec/controllers/contacts_controller_spec.rb