Sha256: 80bca78462ca9c49066fe231b0cec619cdf7f6efaae81c5d2b99ad4393ce16c4

Contents?: true

Size: 608 Bytes

Versions: 113

Compression:

Stored size: 608 Bytes

Contents

require 'helper'

module Arel
  module Nodes
    class TestBin < MiniTest::Unit::TestCase
      def test_new
        assert Arel::Nodes::Bin.new('zomg')
      end

      def test_default_to_sql
        viz  = Arel::Visitors::ToSql.new Table.engine.connection_pool
        node = Arel::Nodes::Bin.new(Arel.sql('zomg'))
        assert_equal 'zomg', viz.accept(node)
      end

      def test_mysql_to_sql
        viz  = Arel::Visitors::MySQL.new Table.engine.connection_pool
        node = Arel::Nodes::Bin.new(Arel.sql('zomg'))
        assert_equal 'BINARY zomg', viz.accept(node)
      end
    end
  end
end

Version data entries

113 entries across 95 versions & 14 rubygems

Version Path
fc-webicons-0.0.2 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_bin.rb
fc-webicons-0.0.1 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_bin.rb
active_mailer-0.0.5 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_bin.rb
active_mailer-0.0.4 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_bin.rb
active_mailer-0.0.3 test/fixtures/dummyapp_rails_3.2/vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_bin.rb
challah-0.9.1.beta.3 vendor/bundle/gems/arel-3.0.2/test/nodes/test_bin.rb
devise_sociable-0.1.0 vendor/bundle/gems/arel-3.0.2/test/nodes/test_bin.rb
challah-0.9.1.beta vendor/bundle/gems/arel-3.0.2/test/nodes/test_bin.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/arel-3.0.2/test/nodes/test_bin.rb
challah-0.9.0 vendor/bundle/gems/arel-3.0.2/test/nodes/test_bin.rb
dirty_history-0.7.3 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_bin.rb
dirty_history-0.7.2 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_bin.rb
dirty_history-0.7.1 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_bin.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/arel-3.0.2/test/nodes/test_bin.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/arel-3.0.2/test/nodes/test_bin.rb
challah-rolls-0.2.0 vendor/bundle/gems/arel-3.0.2/test/nodes/test_bin.rb
challah-0.8.3 vendor/bundle/gems/arel-3.0.2/test/nodes/test_bin.rb
dirty_history-0.7.0 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_bin.rb
dirty_history-0.6.7 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_bin.rb
dirty_history-0.6.6 dirty_history/ruby/1.9.1/gems/arel-2.2.1/test/nodes/test_bin.rb