spec/spec_helper.rb in fastlane-plugin-bugsnag-1.3.0 vs spec/spec_helper.rb in fastlane-plugin-bugsnag-1.3.1

- old
+ new

@@ -4,5 +4,7 @@ module SpecHelper end require 'fastlane' # to import the Action super class require 'fastlane/plugin/bugsnag' # import the actual plugin + +FIXTURE_PATH = File.expand_path(File.join(File.dirname(__FILE__), 'fixtures'))