Sha256: e74084e5573455ef775e478bfe1160dc28c25f1261d6a4748081386c589f4bc7

Contents?: true

Size: 219 Bytes

Versions: 5

Compression:

Stored size: 219 Bytes

Contents

require 'spec_helper'

describe Popular::Friendship do

  it_behaves_like 'a friendship model' do
    let ( :popular_model ) { PopularModel.create }
    let ( :another_popular_model ) { PopularModel.create }
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
popular-0.6.0 spec/popular/friendship_spec.rb
popular-0.5.1 spec/popular/friendship_spec.rb
popular-0.5.0 spec/popular/friendship_spec.rb
popular-0.4.0 spec/popular/friendship_spec.rb
popular-0.3.2 spec/popular/friendship_spec.rb