spec/api/screenshots_api_spec.rb in phrase-1.0.1 vs spec/api/screenshots_api_spec.rb in phrase-1.0.2
- old
+ new
@@ -25,10 +25,10 @@
# Create a new screenshot.
# @param project_id Project ID
# @param screenshot_create_parameters
# @param [Hash] opts the optional parameters
# @option opts [String] :x_phrase_app_otp Two-Factor-Authentication token (optional)
- # @return [nil]
+ # @return [Screenshot]
describe 'screenshot_create test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end