testdata 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/testdata.rb +1 -1
  2. metadata +1 -1
data/lib/testdata.rb CHANGED
@@ -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/).first
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.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors: []
7
7