testdata 0.3.6 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/testdata.rb +1 -1
  2. metadata +1 -1
@@ -123,7 +123,7 @@ class Testdata
123
123
  script_file = XPath.first(@doc.root, "summary/script/text()").to_s
124
124
 
125
125
  if script_file[/\/\/job:/] then
126
- s = RScript.new.read script_file.split(/\s/)
126
+ s = RScript.new.read script_file.split(/\s/).first
127
127
  else
128
128
 
129
129
  file_path = File.exists?(script_file) ? script_file : @filepath + '/' + script_file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors: []
7
7