Sha256: 962b2cd152f1f503b47156eaab1ace720365635b18210d8ba4ac1277b109fe72
Contents?: true
Size: 350 Bytes
Versions: 387
Compression:
Stored size: 350 Bytes
Contents
require 'spec_helper' describe Travis do its(:api_endpoint) { should be == 'https://api.travis-ci.org/' } it 'has a nice inspect on entities' do pending "does not work on JRuby" if defined? RUBY_ENGINE and RUBY_ENGINE == 'jruby' Travis::Repository.find('rails/rails').inspect.should be == "#<Travis::Repository: rails/rails>" end end
Version data entries
387 entries across 387 versions & 3 rubygems