mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
Remove test unit tests (already have rspec)
This commit is contained in:
parent
ba7b983723
commit
83d1c27b45
@ -1,12 +0,0 @@
|
|||||||
require File.join(File.dirname(__FILE__), 'gilded_rose')
|
|
||||||
require 'test/unit'
|
|
||||||
|
|
||||||
class TestUntitled < Test::Unit::TestCase
|
|
||||||
|
|
||||||
def test_foo
|
|
||||||
items = [Item.new("foo", 0, 0)]
|
|
||||||
GildedRose.new(items).update_quality()
|
|
||||||
assert_equal items[0].name, "fixme"
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
|
||||||
Loading…
Reference in New Issue
Block a user