Skip to content

Commit

Permalink
changed to sbt 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markoboger committed Oct 10, 2018
1 parent d66d57a commit e04d1d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/test/scala/de/htwg/se/sudoku/util/CommandSpec.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package de.htwg.se.sudoku.util

import org.junit.runner.RunWith
import org.scalatest.{Matchers, WordSpec}
import org.scalatest.junit.JUnitRunner

class incrCommand extends Command {
var state:Int =0
Expand All @@ -13,8 +11,6 @@ class incrCommand extends Command {
override def redoStep: Unit = state+=1
}


@RunWith(classOf[JUnitRunner])
class CommandSpec extends WordSpec with Matchers {
"A Command" should {

Expand Down
3 changes: 0 additions & 3 deletions src/test/scala/de/htwg/se/sudoku/util/UndoManagerSpec.scala
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
package de.htwg.se.sudoku.util

import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
import org.scalatest.{Matchers, WordSpec}

@RunWith(classOf[JUnitRunner])
class UndoManagerSpec extends WordSpec with Matchers {

"An UndoManager" should {
Expand Down

0 comments on commit e04d1d2

Please sign in to comment.