Sha256: e85186a4564f32f1ba885eccb95073cbfb9c95e6f648a11978f62a593f21f2ae

Contents?: true

Size: 320 Bytes

Versions: 12

Compression:

Stored size: 320 Bytes

Contents

$: << File.join(File.dirname(__FILE__),"..", "lib")

FIXTURE_PATH = File.join(File.dirname(__FILE__),'fixtures')

ENV['BASE_LOCATION']         = FIXTURE_PATH
ENV['PREVIEW_TEMPLATE_PATH'] = File.join(FIXTURE_PATH, 'lib')
ENV['RACK_ENV']              = 'test'

require 'pry'
require 'rack/test'
require 'alephant/preview'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
alephant-preview-0.3.9 spec/spec_helper.rb
alephant-preview-0.3.8 spec/spec_helper.rb
alephant-preview-0.3.7 spec/spec_helper.rb
alephant-preview-0.3.6 spec/spec_helper.rb
alephant-preview-0.3.5 spec/spec_helper.rb
alephant-preview-0.3.4 spec/spec_helper.rb
alephant-preview-0.3.3 spec/spec_helper.rb
alephant-preview-0.3.2 spec/spec_helper.rb
alephant-preview-0.3.1 spec/spec_helper.rb
alephant-preview-0.3.0 spec/spec_helper.rb
alephant-preview-0.2.0 spec/spec_helper.rb
alephant-preview-0.1.2 spec/spec_helper.rb