expo-community / expo-server-sdk-ruby

A Ruby library for sending push notifications with Expo's notification service
MIT License
95 stars 53 forks source link

Fix Rakefile to actually run tests. #24

Closed AndrewSouthpaw closed 5 years ago

AndrewSouthpaw commented 5 years ago

Fixes a regression introduced by #20 where rake test does not actually run the tests.

Reproduction steps:

  1. Run rake or rake test
  2. No specs are run

Or, look at a recent build and see evidence that no specs are run.

This PR fixes the behavior of rake and rake test to the original intended behavior and introduces a rake manual_test which allows for running the manual_test.rb file.

pablonahuelgomez commented 5 years ago

Thanks @AndrewSouthpaw