Sha256: d31f452aa832dd3f2ba723ae9ecf0bd0f63c3f16d191e37f8f1bc711c81537b7
Contents?: true
Size: 1.62 KB
Versions: 3
Compression:
Stored size: 1.62 KB
Contents
require 'spec_helper' require 'json' # Unit tests for Phrase::GitHubSyncApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'GitHubSyncApi' do before do # run before each test @api_instance = Phrase::GitHubSyncApi.new end after do # run after each test end describe 'test an instance of GitHubSyncApi' do it 'should create an instance of GitHubSyncApi' do expect(@api_instance).to be_instance_of(Phrase::GitHubSyncApi) end end # unit tests for github_sync_export # Export from Phrase Strings to GitHub # Export translations from Phrase Strings to GitHub according to the .phraseapp.yml file within the GitHub repository. # @param github_sync_export_parameters # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) # @return [nil] describe 'github_sync_export test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for github_sync_import # Import to Phrase Strings from GitHub # Import files to Phrase Strings from your connected GitHub repository. # @param github_sync_import_parameters # @param [Hash] opts the optional parameters # @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional) # @return [nil] describe 'github_sync_import test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.8.3 | spec/api/git_hub_sync_api_spec.rb |
phrase-2.8.2 | spec/api/git_hub_sync_api_spec.rb |
phrase-2.8.1 | spec/api/git_hub_sync_api_spec.rb |