• Y
    remove warnings from rake test · a2338c58
    yuuji.yaginuma 提交于
    This removes the following warnings.
    
    ```
    test/application/rake_test.rb:33: warning: ambiguous first argument; put parentheses or a space even after `/' operator
    test/application/rake_test.rb:43: warning: ambiguous first argument; put parentheses or a space even after `/' operator
    ```
    a2338c58
rake_test.rb 10.3 KB