Sha256: 32a513cf6343213079156e2462ce49b4894a992384e5fcfe2272bece3c8b07d6

Contents?: true

Size: 153 Bytes

Versions: 4

Compression:

Stored size: 153 Bytes

Contents

require "spec_helper"

describe "Native#to_native" do
  it "returns the wrapped object" do
    NativeSpecs.new(:foo).to_native.should eq(:foo)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
opal-0.3.41 spec/core_ext/native/to_native_spec.rb
opal-0.3.40 spec/core_ext/native/to_native_spec.rb
opal-0.3.39 spec/core_ext/native/to_native_spec.rb
opal-0.3.38 spec/core_ext/native/to_native_spec.rb