Skip to content

Commit

Permalink
remove test on verifying input is alpha character
Browse files Browse the repository at this point in the history
  • Loading branch information
tildeee committed Jul 19, 2018
1 parent 90db022 commit ebab493
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions specs/adagrams_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@

end

# describe 'is_alpha? method' do
#
# it 'returns an error if part of the input is a non-letter non-english character' do
# is_alpha?("invalid whitespace input").must_equal false
#
# is_alpha?("num3r1c1npu7").must_equal false
#
# is_alpha?("punctuated_input").must_equal false
# end
# end

describe 'score_word method' do
it 'returns an accurate numerical score according to the score chart' do
score_word("A").must_equal 1
Expand Down

0 comments on commit ebab493

Please sign in to comment.