Archived
1
0
Fork 0
This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
psenv-test/app/services/environment_tester.rb
Andrew Tomaka 4d2661ec5e
Setup project for testing
* Remove unecessary parts of Rails
* Write tests
* Document usage
2019-10-04 23:08:40 -04:00

5 lines
79 B
Ruby

class EnvironmentTester
def self.call
ENV.fetch('API_KEY', '')
end
end