Sha256: 2d1f5191b49aaa6f4bcafb8335d9c97e843217caa278cf98370288b24adf4d22

Contents?: true

Size: 147 Bytes

Versions: 14

Compression:

Stored size: 147 Bytes

Contents

describe "String" do
  describe "behavior" do
    it "should acts like string" do
      'Bambi'.acts_like_string?.should == true
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
motion-support-1.2.1 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-1.1.1 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-1.2.0 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-1.1.0 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-1.0.0 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-0.3.0 spec/motion-support/core_ext/string/behavior_spec.rb
motion_blender-support-0.2.8 spec/motion-support/core_ext/string/behavior_spec.rb
motion_blender-support-0.2.7 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-0.2.6 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-0.2.5 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-0.2.4 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-0.2.3 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-0.2.2 spec/motion-support/core_ext/string/behavior_spec.rb
motion-support-0.2.0 spec/motion-support/core_ext/string/behavior_spec.rb