This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Tests | |
| SUBTESTS = %w(Abstract Decision Quantitative Verbal) | |
| end | |
| describe Tests do | |
| describe "before assigning @ - " do | |
| describe "this doesn't work because the loops are all at the same describe level (the befores override one another)" do | |
| Tests::SUBTESTS.each do |test| | |
| before(:each) do |
NewerOlder