Sha256: 88cc548500dba640d64f88bd75f19271657a531a3654cb52cedbcd29f083d976

Contents?: true

Size: 379 Bytes

Versions: 7

Compression:

Stored size: 379 Bytes

Contents

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

describe TaxCategoriesHelper do
  
  #Delete this example and add some real ones or delete this file
  it "should be included in the object returned by #helper" do
    included_modules = (class << helper; self; end).send :included_modules
    included_modules.should include(TaxCategoriesHelper)
  end
  
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
spree-0.4.1 spec/helpers/tax_categories_helper_spec.rb
spree-0.4.0 spec/helpers/tax_categories_helper_spec.rb
spree-0.5.0 spec/helpers/tax_categories_helper_spec.rb
spree-0.5.1 spec/helpers/tax_categories_helper_spec.rb
spree-0.6.0 spec/helpers/tax_categories_helper_spec.rb
spree-0.7.1 spec/helpers/tax_categories_helper_spec.rb
spree-0.7.0 spec/helpers/tax_categories_helper_spec.rb