Sha256: d5ab62192b1aaf7aa21e3e887adc803a2c76547526ed12f217536355154b15dd

Contents?: true

Size: 221 Bytes

Versions: 6

Compression:

Stored size: 221 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe Symbol do
  it "should return false on empty? method call" do
    :asdf.should_not be_empty
    'y'.to_sym.should_not be_empty
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rego-ruby-ext-0.0.6 spec/symbol_spec.rb
rego-ruby-ext-0.0.5 spec/symbol_spec.rb
rego-ruby-ext-0.0.4 spec/symbol_spec.rb
rego-ruby-ext-0.0.3 spec/symbol_spec.rb
rego-ruby-ext-0.0.2 spec/symbol_spec.rb
rego-ruby-ext-0.0.1 spec/symbol_spec.rb