codersdojo 1.2.07 → 1.2.08

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,19 +2,20 @@
2
2
  // Important: Test and production code has to be
3
3
  // completely in this file.
4
4
 
5
- import org.scalatest.junit.JUnitTest
6
- import org.junit.Assert
5
+ import org.junit.Test
6
+ import org.junit.Assert._
7
7
 
8
8
  class %Kata_file%Test {
9
9
 
10
10
  @Test
11
11
  def verifyThatFooIsFixed() = {
12
- assertEquals("foo", foo())
12
+ val objectUnderTest = new %Kata_file%()
13
+ assertEquals("foo", objectUnderTest.foo())
13
14
  }
14
15
 
15
16
  }
16
17
 
17
- object %Kata_file% {
18
+ private class %Kata_file% {
18
19
 
19
20
  def foo() = {
20
21
  "fixme"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codersdojo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 7
10
- version: 1.2.07
9
+ - 8
10
+ version: 1.2.08
11
11
  platform: ruby
12
12
  authors:
13
13
  - CodersDojo-Team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-10 00:00:00 +01:00
18
+ date: 2011-03-28 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency