~anjan/sxmo-check

3f6d4803ea4c29ce469c71d1dabaec8cd03e484d — Anjandev Momi 2 years ago b643aa7
clean up plaintext test data
1 files changed, 4 insertions(+), 4 deletions(-)

M spec/text_spec.sh
M spec/text_spec.sh => spec/text_spec.sh +4 -4
@@ 6,11 6,11 @@
Describe 'text.sh'
  Include lib/text.sh
  It 'Can receive plaintext message pinephone'
    When call recieving "TESTDATA - Testing plain text at $DATE" ShellSpec
    The output should equal "TESTDATA - Testing plain text at $DATE"
    When call recieving "Receiving plain text at $DATE" ShellSpec
    The output should equal "Receiving plain text at $DATE"
  End
  It 'Can send plaintext message from pinephone'
    When call sending "TESTDATA - Testing plain text at $DATE" ShellSpec
    The output should equal "TESTDATA - Testing plain text at $DATE"
    When call sending "Sending plain text at $DATE" ShellSpec
    The output should equal "Sending plain text at $DATE"
  End
End