Sha256: a09ec81e02c98885ebb0c387fe7f1353cd1c7c1e83e54d919cbb311cf63f2a0f

Contents?: true

Size: 174 Bytes

Versions: 46

Compression:

Stored size: 174 Bytes

Contents

require 'spec_helper'

describe Alchemy::Config do
  it "should have an array of fields for mailer" do
    Alchemy::Config.get(:mailer)[:fields].should be_a(Array)
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
alchemy_cms-2.1 spec/config_spec.rb
alchemy_cms-2.1.rc6 spec/config_spec.rb
alchemy_cms-2.1.rc5 spec/config_spec.rb
alchemy_cms-2.1.rc4 spec/config_spec.rb
alchemy_cms-2.1.rc3 spec/config_spec.rb
alchemy_cms-2.1.rc2 spec/config_spec.rb
alchemy_cms-2.0.6.1 spec/config_spec.rb
alchemy_cms-2.0.5 spec/config_spec.rb
alchemy_cms-2.1.beta6 spec/config_spec.rb
alchemy_cms-2.0.4 spec/config_spec.rb
alchemy_cms-2.1.beta5 spec/config_spec.rb
alchemy_cms-2.0.3.1 spec/config_spec.rb
alchemy_cms-2.1.beta1 spec/config_spec.rb
alchemy_cms-2.0.3 spec/config_spec.rb
alchemy_cms-2.0.2 spec/config_spec.rb
alchemy_cms-2.0.1 spec/config_spec.rb
alchemy_cms-2.0 spec/config_spec.rb
alchemy_cms-2.0.rc6 spec/config_spec.rb
alchemy_cms-2.0.rc5 spec/config_spec.rb
alchemy_cms-2.0.rc4 spec/config_spec.rb