Sha256: c309112e573461139f17d763f4fb9d5af5ffc84833fbe5420f111e0884f6cefd

Contents?: true

Size: 808 Bytes

Versions: 6

Compression:

Stored size: 808 Bytes

Contents

require 'rubygems'
require 'spec/autorun'
require 'active_record'
require 'action_controller'

RAILS_ROOT = File.expand_path(__FILE__).split('/')[0..-3].join('/') unless defined? RAILS_ROOT
require File.expand_path(File.join(File.dirname(__FILE__), '../lib/bullet/notification'))
require File.expand_path(File.join(File.dirname(__FILE__), '../lib/bullet/logger'))
require File.expand_path(File.join(File.dirname(__FILE__), '../lib/bullet/active_record'))
require File.expand_path(File.join(File.dirname(__FILE__), '../lib/bullet/association'))
require File.expand_path(File.join(File.dirname(__FILE__), '../lib/bullet/counter'))
require File.expand_path(File.join(File.dirname(__FILE__), '../lib/bullet'))
require File.expand_path(File.join(File.dirname(__FILE__), '../lib/bulletware'))
Bullet.enable = true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
flyerhzm-bullet-1.5.0 spec/spec_helper.rb
flyerhzm-bullet-1.5.1 spec/spec_helper.rb
flyerhzm-bullet-1.5.2 spec/spec_helper.rb
flyerhzm-bullet-1.5.3 spec/spec_helper.rb
flyerhzm-bullet-1.5.4 spec/spec_helper.rb
flyerhzm-bullet-1.5.5 spec/spec_helper.rb