Sha256: de5e9e2018f0801969949399ba8ba0c72bba59a30e79fe69fc098d54578c5045

Contents?: true

Size: 355 Bytes

Versions: 5

Compression:

Stored size: 355 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 }
    let ( :custom_popular_model ) { CustomPopularModel.create }
    let ( :another_custom_popular_model ) { CustomPopularModel.create }
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
popular-0.7.4 spec/popular/friendship_spec.rb
popular-0.7.3 spec/popular/friendship_spec.rb
popular-0.7.2 spec/popular/friendship_spec.rb
popular-0.7.1 spec/popular/friendship_spec.rb
popular-0.7.0 spec/popular/friendship_spec.rb