lib/sprout/generator/named_base.rb in sprout-0.7.206-darwin vs lib/sprout/generator/named_base.rb in sprout-0.7.210
- old
+ new
@@ -142,10 +142,10 @@
end
# Glob that is used to search for test cases and build
# up the test suites
def test_glob
- return @test_glob ||= '**/**/*Test.as'
+ return @test_glob ||= '**/**/?*Test.as'
end
def test_glob=(glob)
@test_glob = glob
end