[rspec-users] Simular to Include
Mattias A.
lists at ruby-forum.com
Thu Feb 28 05:40:42 UTC 2013
Hi,
I have array1 that contains several web address. Array2 contains the
expected endings of array1 values. How can I control that arrays2 values
is in array1?
I have tried array1.should include array2, but it requires that array1
and array2 is identical.
array1 = ["https://..../page.html, https://..../page1.html,
https://..../page3.html]
array2 = ["page.html", "page2.html", "page3.html", "page4.html"]
A big thanks in advance!
Regards
Mattias
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list