Sha256: 2667fb4c4da216e1533bd005b83b9d86452985771abdc2015852f367bc794904

Contents?: true

Size: 469 Bytes

Versions: 52

Compression:

Stored size: 469 Bytes

Contents

describe :struct_inspect, :shared => true do
  ruby_version_is "1.9" do
    it "returns a string representation without the class name for anonymous structs" do
      Struct.new(:a).new("").send(@method).should == '#<struct a="">'
    end
  end

  ruby_version_is ""..."1.9" do
    it "returns a string representation with the class name for anonymous structs" do
      Struct.new(:a).new("").send(@method).should =~ /#<struct #<Class:[^>]+> a=\"\">/
    end
  end
end

Version data entries

52 entries across 52 versions & 2 rubygems

Version Path
rhodes-7.6.0 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-7.5.1 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-7.4.1 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-7.1.17 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-6.2.0 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-6.0.11 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-5.5.18 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-5.5.17 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-5.5.15 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-5.5.0.22 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-5.5.2 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-5.5.0.7 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-5.5.0.3 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-5.5.0 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
tauplatform-1.0.3 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
tauplatform-1.0.2 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
tauplatform-1.0.1 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-3.5.1.12 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-3.3.5 spec/framework_spec/app/spec/core/struct/shared/inspect.rb
rhodes-3.4.2 spec/framework_spec/app/spec/core/struct/shared/inspect.rb