#!/usr/bin/env ruby

require_relative "../support/current_bundle"

current_bundle = Snowglobe::CurrentBundle.instance

ENV["BUNDLE_GEMFILE"] ||= current_bundle.latest_appraisal.gemfile_path.to_s

exec("bundle", "exec", "rspec", *ARGV)
