diff options
-rw-r--r-- | spec/bundler/support/matchers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ module Spec end if exitstatus == 65 actual_platform = out.split("\n").last - next "#{name} was expected to be of platform #{platform} but was #{actual_platform}" end if exitstatus == 66 actual_source = out.split("\n").last |