Sha256: 7b98af473e094f0c2da17da70f7b4faa8db1952157fe64c63c2af5ae0002d064

Contents?: true

Size: 234 Bytes

Versions: 5

Compression:

Stored size: 234 Bytes

Contents

puts "Spec Helper."
require 'rubygems'
require 'active_support/all'

require File.join(File.dirname(__FILE__), "../lib", "ab_panel")

Dir[File.expand_path(File.join(File.dirname(__FILE__),'support','**','*.rb'))].each {|f| require f}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ab_panel-0.4.4 spec/spec_helper.rb
ab_panel-0.4.3 spec/spec_helper.rb
ab_panel-0.4.2 spec/spec_helper.rb
ab_panel-0.4.1 spec/spec_helper.rb
ab_panel-0.4.0 spec/spec_helper.rb