Sha256: 9b6b7f00445a06554e0f9e7de27a803b833ab638beff93570afd7403627b629b
Contents?: true
Size: 568 Bytes
Versions: 4
Compression:
Stored size: 568 Bytes
Contents
rspec_filter 'contain_exactly' do # https://github.com/opal/opal/pull/1136 - operators and method missing issues with a_value > < etc filter /should_not =~ \[:with, :multiple, :args\] fails when the arrays match.*/ filter('should =~ array when the array defines a `send` method still works') filter('should =~ array when the array defines a `=~` method delegates to that method rather than using the contain_exactly matcher') filter('should =~ array fails an invalid positive expectation') filter('should =~ array passes a valid positive expectation') end
Version data entries
4 entries across 4 versions & 1 rubygems