biosig: shorten long lines.
parent
dbddbb733a
commit
a6494bd169
|
@ -39,7 +39,8 @@ class Biosig < Formula
|
|||
test do
|
||||
assert_match "usage: save2gdf [OPTIONS] SOURCE DEST", shell_output("#{bin}/save2gdf -h").strip
|
||||
assert_match "mV\t4274\t0x10b2\t0.001\tV", shell_output("#{bin}/physicalunits mV").strip
|
||||
assert_match "biosig_fhir provides fhir binary template for biosignal data", shell_output("#{bin}/biosig_fhir 2>&1").strip
|
||||
assert_match "biosig_fhir provides fhir binary template for biosignal data",
|
||||
shell_output("#{bin}/biosig_fhir 2>&1").strip
|
||||
testpath.install resource("test")
|
||||
assert_match "NumberOfChannels", shell_output("#{bin}/save2gdf -json TEST_44x86_e1.GDF").strip
|
||||
assert_match "NumberOfChannels", shell_output("#{bin}/biosig_fhir TEST_44x86_e1.GDF").strip
|
||||
|
|
Loading…
Reference in New Issue