Skip to content

Commit

Permalink
Merge pull request #162 from skalee/fix-test-deprecation
Browse files Browse the repository at this point in the history
Substitute deprecated method
  • Loading branch information
thinkingserious authored May 2, 2017
2 parents 49f9dfa + 71a3911 commit 9e4b38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sendgrid/test_sendgrid-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class TestAPI < MiniTest::Test

unless File.exist?('/usr/local/bin/prism') || File.exists?(File.join(Dir.pwd, 'prism/bin/prism'))
unless File.exist?('/usr/local/bin/prism') || File.exist?(File.join(Dir.pwd, 'prism/bin/prism'))
if RUBY_PLATFORM =~ /mswin|mingw/
puts 'Please download the Windows binary (https://github.com/stoplightio/prism/releases) and place it in your /usr/local/bin directory'
else
Expand Down

0 comments on commit 9e4b38b

Please sign in to comment.