Sha256: cfe750876df1f99343d3dd64f1bb006172004246f5e7cd39221224745ecb4748

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

require 'spec_helper'

describe Spree::ProductsController do
  [:avg_rating, :reviews_count].each do |attrib|
    it "should add #{attrib} to the set of allowed attributes" do
      controller.permitted_product_attributes.should include(attrib)
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
solidus_reviews-1.0.0 spec/controllers/products_controller_spec.rb
jiffyshirts_spree_reviews-2.3.1.2 spec/controllers/products_controller_spec.rb
jiffyshirts_spree_reviews-2.3.1.1 spec/controllers/products_controller_spec.rb