Sha256: 6a5eebb3286ebdd192956ed51aabffb08e03c0ff161617028e5a77a5a8f8c9cf

Contents?: true

Size: 385 Bytes

Versions: 7

Compression:

Stored size: 385 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'shoulda'

module ActionView
  module Partials
   def render_partial
    #so that we do not have to load action view but can still alias this method
   end
  end
end

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rails_dm_datastore'

class Test::Unit::TestCase
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rails_dm_datastore-0.2.17.pre test/helper.rb
rails_dm_datastore-0.2.16 test/helper.rb
rails_dm_datastore-0.2.15 test/helper.rb
rails_dm_datastore-0.2.14 test/helper.rb
rails_dm_datastore-0.2.13 test/helper.rb
rails_dm_datastore-0.2.12.pre test/helper.rb
rails_dm_datastore-0.2.11.pre test/helper.rb