diff options
author | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-01 17:49:13 -0300 |
---|---|---|
committer | Bruno Wagner Goncalves <bwagner@thoughtworks.com> | 2014-08-01 17:49:13 -0300 |
commit | f52efae271ddb376e7223405c3a74edd7ed598b9 (patch) | |
tree | bf76c588086b93452457c71bdbfa6cee0206c81f /fake-service/lib/smail/all.rb | |
parent | d8360815ea07d9944f08ad378d2b89e64e1f2c9e (diff) |
Changed names according to new convention on the fake service
Diffstat (limited to 'fake-service/lib/smail/all.rb')
-rw-r--r-- | fake-service/lib/smail/all.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fake-service/lib/smail/all.rb b/fake-service/lib/smail/all.rb deleted file mode 100644 index 76da1f8b..00000000 --- a/fake-service/lib/smail/all.rb +++ /dev/null @@ -1,8 +0,0 @@ - -module Smail - class All - def restrict(input) - input - end - end -end |