File: gpgme_test.rb

package info (click to toggle)
ruby-gpgme 2.0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,920 kB
  • sloc: ruby: 3,129; ansic: 2,559; sh: 7; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- encoding: utf-8 -*-
require 'test_helper'

describe GPGME do
  it "should pass" do
    assert true
  end

  it "should also pass" do
    assert true
  end
end