Sha256: e98d7fea7ad248a797bdb0024ff30cea13ab06387b82799b1746b383b4f4bd17

Contents?: true

Size: 339 Bytes

Versions: 47

Compression:

Stored size: 339 Bytes

Contents

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

describe RailsBestPractices::Checks::ManyToManyCollectionCheck do
  before(:each) do
    @runner = RailsBestPractices::Core::Runner.new(RailsBestPractices::Checks::ManyToManyCollectionCheck.new)
  end
  
  it "should many to many collection check" do
    pending
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
rails_best_practices-0.3.27 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.26 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.25 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.24 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.23 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.22 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.21 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.20 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.19 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.18 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.17 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.16 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.15 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.14 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.13 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.12 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.11 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.10 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.9 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb
rails_best_practices-0.3.8 spec/rails_best_practices/checks/many_to_many_collection_check_spec.rb