Skip to content

Commit

Permalink
make root of Spec be Suite - just for Franck
Browse files Browse the repository at this point in the history
  • Loading branch information
alltonp committed Jul 8, 2015
1 parent 6f22907 commit d2d658f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package im.mange.driveby.scalatest

import org.scalatest.Spec
import im.mange.driveby.tracking.{ExampleTracking, SpecificationTracking}
import im.mange.driveby.BrowserAware
import org.scalatest.Suite

//TODO: with ErrorReporting
trait DriveBySpecification extends NakedSpecification with NakedExample with SpecificationTracking with ExampleTracking with DriveByReporting {
this: Spec =>
this: Suite =>
}

0 comments on commit d2d658f

Please sign in to comment.