ruby-fftw3 0.4.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe Ruby::Fftw3 do
4
- it 'has a version number' do
5
- expect(Ruby::Fftw3::VERSION).not_to be nil
6
- end
7
-
8
- it 'does something useful' do
9
- expect(false).to eq(true)
10
- end
11
- end
@@ -1,2 +0,0 @@
1
- $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
2
- require 'ruby/fftw3'