integrations/spec_helper.rb in trusona-1.0.1 vs integrations/spec_helper.rb in trusona-2.0.0

- old
+ new

@@ -21,10 +21,9 @@ 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