Hi.
I'm using ruby1.9.2 and rspec2.5.1
I want to use "expect{}.to change().from().to()" like thishttps://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. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
