Sha256: 7145603478979307cb4df3b03bde945d2b07b525652bcfd17d2fcd9361051c97

Contents?: true

Size: 246 Bytes

Versions: 22

Compression:

Stored size: 246 Bytes

Contents

require "spec_helper"

describe AwesomeTranslations::Handlers do
  it "should not include base in list" do
    AwesomeTranslations::Handlers.list.each do |handler|
      handler.id.to_s.downcase.include?("base").should eq false
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
awesome_translations-0.0.24 spec/handlers_spec.rb
awesome_translations-0.0.23 spec/handlers_spec.rb
awesome_translations-0.0.22 spec/handlers_spec.rb
awesome_translations-0.0.21 spec/handlers_spec.rb
awesome_translations-0.0.20 spec/handlers_spec.rb
awesome_translations-0.0.19 spec/handlers_spec.rb
awesome_translations-0.0.18 spec/handlers_spec.rb
awesome_translations-0.0.17 spec/handlers_spec.rb
awesome_translations-0.0.16 spec/handlers_spec.rb
awesome_translations-0.0.15 spec/handlers_spec.rb
awesome_translations-0.0.14 spec/handlers_spec.rb
awesome_translations-0.0.13 spec/handlers_spec.rb
awesome_translations-0.0.12 spec/handlers_spec.rb
awesome_translations-0.0.10 spec/handlers_spec.rb
awesome_translations-0.0.9 spec/handlers_spec.rb
awesome_translations-0.0.8 spec/handlers_spec.rb
awesome_translations-0.0.7 spec/handlers_spec.rb
awesome_translations-0.0.6 spec/handlers_spec.rb
awesome_translations-0.0.5 spec/handlers_spec.rb
awesome_translations-0.0.4 spec/handlers_spec.rb