summaryrefslogtreecommitdiffstats
path: root/ruby/ffi-k8055/spec
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/ffi-k8055/spec')
-rw-r--r--ruby/ffi-k8055/spec/k8055_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/ffi-k8055/spec/k8055_spec.rb b/ruby/ffi-k8055/spec/k8055_spec.rb
index 310f9b6..1d4d7c3 100644
--- a/ruby/ffi-k8055/spec/k8055_spec.rb
+++ b/ruby/ffi-k8055/spec/k8055_spec.rb
@@ -10,7 +10,7 @@ describe K8055 do
end
#
it "search_devices should find one" do
- K8055.search_devices.should > 0
+ K8055.search_devices(0).should > 0
end
#
describe K8055 do