Hi. I'm using ruby1.9.2 and rspec2.5.1 I want to use "expect{}.to change().from().to()" like this https://gist.github.com/870897 When Int class, it passed. When Ary class, it failed. Why was Ary test failed and How do I pass this test? regards.