Sha256: 6ce5b0682f6b02684fce1934db928a797fc5e2247bf6956c0e75bf88bd535738

Contents?: true

Size: 255 Bytes

Versions: 3

Compression:

Stored size: 255 Bytes

Contents

$TESTING=true
$:.push File.join(File.dirname(__FILE__), '..', 'lib')

def reload_gravtastic!
  Object.class_eval { remove_const :Gravtastic } if defined? Gravtastic
  require File.join(File.dirname(__FILE__),'../lib/gravtastic')
end

require 'gravtastic'

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
chrislloyd-gravtastic-2.0.0 spec/spec_helper.rb
negonicrac-gravtastic-2.0.0 spec/spec_helper.rb
gravtastic-2.0.0 spec/spec_helper.rb