Sha256: 08a678360d104eef5b6106880ebbb0526b099b1301cbed2763c9439907071ca8

Contents?: true

Size: 393 Bytes

Versions: 10

Compression:

Stored size: 393 Bytes

Contents

require 'rubygems'
require 'bundler'
require 'pry'

begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rspec'

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hallmonitor-5.2.0 spec/spec_helper.rb
hallmonitor-5.1.0 spec/spec_helper.rb
hallmonitor-5.0.0 spec/spec_helper.rb
hallmonitor-4.2.0 spec/spec_helper.rb
hallmonitor-4.1.0 spec/spec_helper.rb
hallmonitor-4.0.0 spec/spec_helper.rb
hallmonitor-3.0.0 spec/spec_helper.rb
hallmonitor-2.0.0 spec/spec_helper.rb
hallmonitor-1.1.0 spec/spec_helper.rb
hallmonitor-1.0.0 spec/spec_helper.rb