Sha256: 322c3ff6c938c9cf2cc029df343299e8e7f7f61e695415a3198e1bd7e673e277

Contents?: true

Size: 229 Bytes

Versions: 7

Compression:

Stored size: 229 Bytes

Contents

class SampleDouble 

  attr_accessor :data, :keywords, :exceptions,:tag

  def initialize(data=[],keywords=[],exceptions=[],tag=nil)
    @keywords = keywords
    @data = data
    @exceptions = exceptions
    @tag = tag
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
the_array_comparator-0.5.0 spec/strategies_helper.rb
the_array_comparator-0.4.0 spec/strategies_helper.rb
the_array_comparator-0.3.4 spec/strategies_helper.rb
the_array_comparator-0.3.1 spec/strategies_helper.rb
the_array_comparator-0.3.0 spec/strategies_helper.rb
the_array_comparator-0.2.0 spec/strategies_helper.rb
the_array_comparator-0.1.1 spec/strategies_helper.rb