Sha256: e04350707d1c29cba8b5724fb48db34da9318c5edfd0827c132be44d1c9ea37f
Contents?: true
Size: 408 Bytes
Versions: 6
Compression:
Stored size: 408 Bytes
Contents
# This code is free software; you can redistribute it and/or modify it under # the terms of the new BSD License. # # Copyright (c) 2010, Sebastian Staudt require 'test_helper' require 'testapps' module TestParameter def setup @app = DummyApp.instance sandbox = nil @app.instance_eval do @path = File.dirname(__FILE__) sandbox = @sandbox end @sandbox = sandbox end end
Version data entries
6 entries across 6 versions & 1 rubygems