spec/spec_helper.rb in campfire-bot-absentee-camper-0.2.0 vs spec/spec_helper.rb in campfire-bot-absentee-camper-0.3.0

- old
+ new

@@ -3,10 +3,10 @@ Bundler.require(:default, :test) BOT_ROOT = File.join(FileUtils.pwd, 'spec') BOT_ENVIRONMENT = 'test' require 'bot' -require 'absentee_camper' +require 'campfire_bot/absentee_camper' RSpec.configure do |config| config.include CampfireBot::AbsenteeCamper::Notification config.include CampfireBot::AbsenteeCamper::Config config.treat_symbols_as_metadata_keys_with_true_values = true