spec/cli/history_spec.rb in travis-1.13.3 vs spec/cli/history_spec.rb in travis-1.14.0
- old
+ new
@@ -1,9 +1,12 @@
# frozen_string_literal: true
require 'spec_helper'
describe Travis::CLI::History do
+
+ before { ENV['TRAVIS_TOKEN'] = 'token' }
+
example 'travis history' do
run_cli('history').should be_success
stdout.should be == "#6180 failed: master Associaton -> Association\n"
end