integrations/spec_helper.rb in trusona-0.20.0 vs integrations/spec_helper.rb in trusona-1.0.0
- old
+ new
@@ -19,5 +19,12 @@
config.expect_with :rspec do |c|
c.syntax = :expect
end
end
+
+Trusona.config do |c|
+ c.tru_codes_host = ENV['TRUSONA_API_HOST']
+ c.api_host = ENV['TRUSONA_API_HOST']
+ c.secret = ENV['TRUSONA_SECRET']
+ c.token = ENV['TRUSONA_TOKEN']
+end
\ No newline at end of file