lib/lucid/ast/specs.rb in lucid-0.0.9 vs lib/lucid/ast/specs.rb in lucid-0.1.0
- old
+ new
@@ -24,11 +24,9 @@
# The ability to visit specs is the first step in turning a spec into
# what is traditionally called a feature. The spec file and the feature
# are initially the same concept. When the spec is visited, the high
# level construct (feature, ability) is determined.
def accept(visitor)
- return if Lucid.wants_to_quit
-
visitor.visit_features(self) do
start = Time.now
self.each do |feature|
feature.accept(visitor)