lib/buildr/scala/tests.rb in vic-buildr-1.3.3 vs lib/buildr/scala/tests.rb in vic-buildr-1.3.4
- old
+ new
@@ -72,11 +72,11 @@
#
# Support the following options:
# * :properties -- Hash of system properties available to the test case.
# * :environment -- Hash of environment variables available to the test case.
# * :java_args -- Arguments passed as is to the JVM.
- class ScalaTest < TestFramework::Java
+ class ScalaTest < Buildr::TestFramework::Java
VERSION = '0.9.3'
class << self
def version
@@ -198,6 +198,6 @@
ScalaSpecs = Scala::ScalaSpecs
ScalaCheck = Scala::ScalaCheck
ScalaTest = Scala::ScalaTest
end
-Buildr::TestFramework << Buildr::Scala::ScalaTest
\ No newline at end of file
+Buildr::TestFramework << Buildr::Scala::ScalaTest