Sha256: 65eb628e97249d0155ebfe887a6c281cf9e3e0bce040858dfdcdb84fbe5992e8
Contents?: true
Size: 406 Bytes
Versions: 1
Compression:
Stored size: 406 Bytes
Contents
require 'simplecov' SimpleCov.start do add_filter 'spec' end require 'rspec' require 'rspec/its' require 'json/jwt' RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = [:should, :expect] end end def gcm_supported? RUBY_VERSION >= '2.0.0' && OpenSSL::OPENSSL_VERSION >= 'OpenSSL 1.0.1c' end require 'helpers/sign_key_fixture_helper' require 'helpers/nimbus_spec_helper'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
json-jwt-1.0.1 | spec/spec_helper.rb |