Sha256: 920df239a694c465fef857087db6f907719f58a0db2e9f072a0e02f18901dfa7
Contents?: true
Size: 479 Bytes
Versions: 16
Compression:
Stored size: 479 Bytes
Contents
@ruby_api Feature: list doubles As api user I want to be able to get list of doubles So that I can do batch operations on them (e.g. remove doubles that match criteria) Scenario: list doubles Given there are the following doubles: | fullpath | | first | | second | When I get the list of doubles: """ @doubles = RestAssured::Double.all """ Then the following should be true: """ @doubles.size.should == 2 """
Version data entries
16 entries across 16 versions & 1 rubygems