diff options
| -rw-r--r-- | exercises_spec.rb | 2 | ||||
| -rwxr-xr-x | run_test.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/exercises_spec.rb b/exercises_spec.rb index 2f838f0..81065fe 100644 --- a/exercises_spec.rb +++ b/exercises_spec.rb @@ -55,7 +55,7 @@ apple cat' end end - describe 'Table' do + describe 'Table1' do it 'must be initialised with a decimal height' do t = Table.new(50.4) t.must_be_instance_of Table diff --git a/run_test.sh b/run_test.sh index a0278d8..c43c7f1 100755 --- a/run_test.sh +++ b/run_test.sh @@ -7,7 +7,7 @@ exercises=( /#string_plus/ /#join_reverse_array/ /#array_tack_join/ - /Table/ + /Table1/ /Table2#height_times2/ ) |
