Sha256: 2d318e53dd527fb0119f4d0a79882d44546b825a3a7b66dd813ebd10d57240ab
Contents?: true
Size: 491 Bytes
Versions: 2
Compression:
Stored size: 491 Bytes
Contents
# This file gets loaded when you run: # rake console # It loads the following classes to make using the application via the console easier: # # * Mack::TestHelpers # * Mack::Routes::Urls fl = File.join(File.dirname(__FILE__), "..") require File.join(fl, "mack") require File.join(fl, "testing", "helpers") # self.send(:include, Mack::TestHelpers) self.send(:include, Mack::Routes::Urls) # Prevent AutoRunner from getting executed when user exits out of console Test::Unit.run = true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mack-0.6.0 | lib/initialization/console.rb |
mack-0.6.0.1 | lib/initialization/console.rb |