Sha256: a09334ee86687ca5ffe38d26d6cbac827e1242bea02f0acb398fd309a06c98e2

Contents?: true

Size: 221 Bytes

Versions: 4

Compression:

Stored size: 221 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/../lib/aurb')

require 'shoulda'

class Test::Unit::TestCase
  include Aurb

  def Session
    klass = Class.new do
      include Aurb::Aur
    end

    klass
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aurb-1.0.3 test/test_helper.rb
aurb-1.0.2 test/test_helper.rb
aurb-1.0.1 test/test_helper.rb
aurb-1.0.0 test/test_helper.rb