remove traces of salama
This commit is contained in:
@ -7,7 +7,7 @@ But it is difficult to write tests when you don't know what the functionality is
|
||||
Also TDD does not really help as it assumes you know what you're doing.
|
||||
|
||||
I used minitest as the framework, just because it is lighter and thus when the
|
||||
time comes to move to salama, less work.
|
||||
time comes to move to rubyx, less work.
|
||||
|
||||
### All
|
||||
|
||||
|
@ -15,7 +15,7 @@ module Rubyx
|
||||
str
|
||||
HERE
|
||||
@length = 37
|
||||
@stdout = "Hello Raisa, I am salama"
|
||||
@stdout = "Hello Raisa, I am rubyx"
|
||||
check
|
||||
end
|
||||
end
|
||||
|
@ -35,7 +35,7 @@ module Risc
|
||||
end
|
||||
|
||||
def test_call_string_put
|
||||
@input = s(:call, :putstring,s(:arguments),s(:receiver,s(:string, "Hello Raisa, I am salama")))
|
||||
@input = s(:call, :putstring,s(:arguments),s(:receiver,s(:string, "Hello Raisa, I am rubyx")))
|
||||
check
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user