Sha256: 2ab83623206311a5c2ae7b3214159cb34e146a5848f9317009723b79c309f0ab

Contents?: true

Size: 316 Bytes

Versions: 6

Compression:

Stored size: 316 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

# Require the Rails application's spec_helper.
require File.join(File.dirname(__FILE__), '..', '..', '..', '..', 'spec', 'spec_helper')

Spec::Runner.configure do |config|
end

require 'acts_as_dashboard'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
acts_as_dashboard-0.4.1 spec/spec_helper.rb
acts_as_dashboard-0.4.0 spec/spec_helper.rb
acts_as_dashboard-0.3.3 spec/spec_helper.rb
acts_as_dashboard-0.3.2 spec/spec_helper.rb
acts_as_dashboard-0.3.0 spec/spec_helper.rb
acts_as_dashboard-0.1.0 spec/spec_helper.rb