S::Suite.new 'Test the Iterate strategy (Ruby Loader)' do contents [ S::Iterate.new('Iterate over a range of S::Pass') { over 0...4 with :each iter :it test S::Pass.new('<>') }, S::Iterate.new('Iterate over a range of S::Assert') { over 0...4 with :each iter :it test(S::Assert.new('Test on turn <>') { test(" assert_equal('<>', '<>') assert_equal('<>', '<>') ") }) } ] end