sisfc 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +0,0 @@
1
- require 'test_helper'
2
-
3
- describe SISFC::Request do
4
-
5
- it 'should create a valid request' do
6
- r = SISFC::Request.new(rand(100),
7
- (Time.now - 1.hour).to_f,
8
- rand(10),
9
- Time.now.to_f,
10
- rand(4))
11
- end
12
-
13
- end
data/test/test_helper.rb DELETED
@@ -1,4 +0,0 @@
1
- require 'minitest/autorun'
2
- require 'minitest/spec'
3
-
4
- require 'sisfc'