Sha256: 1151ec95b4bdc02162773d460b4a7bfb9170067441e88f68aaf52a3240596814

Contents?: true

Size: 333 Bytes

Versions: 39

Compression:

Stored size: 333 Bytes

Contents

require 'spec_helper'

describe String do
  context "bullet_class_name" do
    it "should only return class name" do
      expect("Post:1".bullet_class_name).to eq("Post")
    end

    it "should return class name with namespace" do
      expect("Mongoid::Post:1234567890".bullet_class_name).to eq("Mongoid::Post")
    end
  end
end

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
bullet-4.14.5 spec/bullet/ext/string_spec.rb
bullet_instructure-4.0.5 spec/bullet/ext/string_spec.rb
bullet-4.14.4 spec/bullet/ext/string_spec.rb
bullet-4.14.3 spec/bullet/ext/string_spec.rb
bullet-4.14.2 spec/bullet/ext/string_spec.rb
bullet-4.14.0 spec/bullet/ext/string_spec.rb
bullet-4.13.2 spec/bullet/ext/string_spec.rb
bullet-4.13.1 spec/bullet/ext/string_spec.rb
bullet_instructure-4.0.3 spec/bullet/ext/string_spec.rb
bullet-4.13.0 spec/bullet/ext/string_spec.rb
bullet-4.12.0 spec/bullet/ext/string_spec.rb
bullet_instructure-4.0.2 spec/bullet/ext/string_spec.rb
bullet-4.11.3 spec/bullet/ext/string_spec.rb
bullet-4.11.2 spec/bullet/ext/string_spec.rb
bullet-4.11.1 spec/bullet/ext/string_spec.rb
bullet-4.11.0 spec/bullet/ext/string_spec.rb
bullet-4.10.0 spec/bullet/ext/string_spec.rb
bullet-4.9.0 spec/bullet/ext/string_spec.rb
bullet-4.8.0 spec/bullet/ext/string_spec.rb