spec/spec_helper.rb in dockly-util-0.0.5 vs spec/spec_helper.rb in dockly-util-0.0.6
- old
+ new
@@ -1,8 +1,9 @@
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
+require 'pry'
require 'dockly/util'
RSpec.configure do |config|
config.mock_with :rspec
config.treat_symbols_as_metadata_keys_with_true_values = true