Sha256: bc5601a61d6d48e3264c912d8ee5fb99fe27badac0859bdb0e693fd1f75d1844

Contents?: true

Size: 205 Bytes

Versions: 9

Compression:

Stored size: 205 Bytes

Contents

RSpec.describe Ruby::Identitas::Api do
  it "has a version number" do
    expect(Ruby::Identitas::Api::VERSION).not_to be nil
  end

  it "does something useful" do
    expect(false).to eq(true)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ruby-identitas-api-0.8.0 spec/ruby/identitas/api_spec.rb
ruby-identitas-api-0.7.1 spec/ruby/identitas/api_spec.rb
ruby-identitas-api-0.7.0 spec/ruby/identitas/api_spec.rb
ruby-identitas-api-0.6.0 spec/ruby/identitas/api_spec.rb
ruby-identitas-api-0.5.0 spec/ruby/identitas/api_spec.rb
ruby-identitas-api-0.4.0 spec/ruby/identitas/api_spec.rb
ruby-identitas-api-0.3.0 spec/ruby/identitas/api_spec.rb
ruby-identitas-api-0.2.0 spec/ruby/identitas/api_spec.rb
ruby-identitas-api-0.1.0 spec/ruby/identitas/api_spec.rb