Sha256: ed50fd36489967dd770c084f04165b9b9cda429ac60e650d0833a0055f5ce286

Contents?: true

Size: 253 Bytes

Versions: 7

Compression:

Stored size: 253 Bytes

Contents

require 'helper'

class SymbolTest < Test::Unit::TestCase
  context "Symbol" do
    SymbolOperators.each do |operator|
      should "respond to #{operator}" do
        :foo.send(operator).should be_instance_of(SymbolOperator)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
plucky-0.5.2 test/test_symbol.rb
plucky-0.5.1 test/test_symbol.rb
plucky-0.5.0 test/test_symbol.rb
plucky-0.4.4 test/test_symbol.rb
plucky-0.4.3 test/test_symbol.rb
plucky-0.4.2 test/test_symbol.rb
plucky-0.4.1 test/test_symbol.rb