Sha256: 6581e63bb406da71815e6ad2b2ca0e2d74c8cdda6ef9f2b002bc1017ed5fddf3

Contents?: true

Size: 250 Bytes

Versions: 34

Compression:

Stored size: 250 Bytes

Contents

require "spec_helper"

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

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
awesome_translations-0.0.58 spec/handlers_spec.rb
awesome_translations-0.0.57 spec/handlers_spec.rb
awesome_translations-0.0.56 spec/handlers_spec.rb
awesome_translations-0.0.55 spec/handlers_spec.rb
awesome_translations-0.0.54 spec/handlers_spec.rb
awesome_translations-0.0.53 spec/handlers_spec.rb
awesome_translations-0.0.52 spec/handlers_spec.rb
awesome_translations-0.0.51 spec/handlers_spec.rb
awesome_translations-0.0.50 spec/handlers_spec.rb
awesome_translations-0.0.49 spec/handlers_spec.rb
awesome_translations-0.0.48 spec/handlers_spec.rb
awesome_translations-0.0.47 spec/handlers_spec.rb
awesome_translations-0.0.46 spec/handlers_spec.rb
awesome_translations-0.0.45 spec/handlers_spec.rb
awesome_translations-0.0.44 spec/handlers_spec.rb
awesome_translations-0.0.43 spec/handlers_spec.rb
awesome_translations-0.0.42 spec/handlers_spec.rb
awesome_translations-0.0.41 spec/handlers_spec.rb
awesome_translations-0.0.40 spec/handlers_spec.rb
awesome_translations-0.0.39 spec/handlers_spec.rb