codersdojo 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/app/controller.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'scheduler'
2
+ require 'uploader'
2
3
 
3
4
  class Controller
4
5
 
@@ -6,7 +6,7 @@ class %Kata_file%Test < Test::Unit::TestCase
6
6
 
7
7
  def test_foo
8
8
  object_under_test = %Kata_file%.new
9
- assert_equal("foo", object_under_test.bar)
9
+ assert_equal("foo", object_under_test.foo)
10
10
  end
11
11
 
12
12
  end
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - CodersDojo-Team