lib/rainforest/resources/test.rb in rainforest-2.0.2 vs lib/rainforest/resources/test.rb in rainforest-2.1.0

- old
+ new

@@ -17,9 +17,10 @@ attr_accessor :start_uri attr_accessor :step_count attr_accessor :tags attr_accessor :test_id attr_accessor :title + attr_accessor :rfml_id def self.all(params={}, headers={}) res = client.tests.all(params, headers) res end