Skip to content

Commit

Permalink
Merge pull request twitter#159 from benpence/fix_mocks
Browse files Browse the repository at this point in the history
Adds missing 'abstract' label to mock class
  • Loading branch information
benpence committed Sep 21, 2015
2 parents a486ca0 + 45b9825 commit 95e91b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/ko/specs.textile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ h2(#mocks). 목업
import org.specs.Specification
import org.specs.mock.Mockito

class Foo[T] {
abstract class Foo[T] {
def get(i: Int): T
}

Expand Down
2 changes: 1 addition & 1 deletion web/ru/specs.textile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ h2(#mocks). Подделки(Mocks)
import org.specs.Specification
import org.specs.mock.Mockito

class Foo[T] {
abstract class Foo[T] {
def get(i: Int): T
}

Expand Down
2 changes: 1 addition & 1 deletion web/specs.textile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ h2(#mocks). Mocks
import org.specs.Specification
import org.specs.mock.Mockito

class Foo[T] {
abstract class Foo[T] {
def get(i: Int): T
}

Expand Down
2 changes: 1 addition & 1 deletion web/zh_cn/specs.textile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ h2(#mocks). Mocks
import org.specs.Specification
import org.specs.mock.Mockito

class Foo[T] {
abstract class Foo[T] {
def get(i: Int): T
}

Expand Down

0 comments on commit 95e91b2

Please sign in to comment.