Sha256: 93de221cb1fc312ee7741155ef3bf490fa3c608d9f65721dda3d256d2c83ade0

Contents?: true

Size: 396 Bytes

Versions: 13

Compression:

Stored size: 396 Bytes

Contents

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

describe Admin::ConfigurationsHelper 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(Admin::ConfigurationsHelper)
  end

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
spree-0.8.4 spec/helpers/admin/configurations_helper_spec.rb
spree-0.8.5 spec/helpers/admin/configurations_helper_spec.rb
spree-0.4.0 spec/helpers/admin/configurations_helper_spec.rb
spree-0.4.1 spec/helpers/admin/configurations_helper_spec.rb
spree-0.5.0 spec/helpers/admin/configurations_helper_spec.rb
spree-0.5.1 spec/helpers/admin/configurations_helper_spec.rb
spree-0.6.0 spec/helpers/admin/configurations_helper_spec.rb
spree-0.7.0 spec/helpers/admin/configurations_helper_spec.rb
spree-0.7.1 spec/helpers/admin/configurations_helper_spec.rb
spree-0.8.0 spec/helpers/admin/configurations_helper_spec.rb
spree-0.8.1 spec/helpers/admin/configurations_helper_spec.rb
spree-0.8.2 spec/helpers/admin/configurations_helper_spec.rb
spree-0.8.3 spec/helpers/admin/configurations_helper_spec.rb