File: gpgme_test.rb

package info (click to toggle)
ruby-gpgme 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,348 kB
  • ctags: 342
  • sloc: ruby: 2,921; ansic: 2,259; makefile: 3
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