Skip to content

Commit 948be5f

Browse files
authored
Fixing spec name for gem build (#291)
1 parent c8d6c31 commit 948be5f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

spec/cassettes/OpenTok_Archives/should_create_an_archive_with_quantizationParameter_set_to_specified_quantization_parameter_value.yml renamed to spec/cassettes/OpenTok_Archives/should_create_an_archive_with_quantizationParameter_set_to_specified_value.yml

File renamed without changes.

spec/opentok/archives_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
expect(archive.max_bitrate).to eq max_bitrate
7878
end
7979

80-
it "should create an archive with quantizationParameter set to specified quantization_parameter value", :vcr => { :erb => { :version => OpenTok::VERSION + "-Ruby-Version-#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"} } do
80+
it "should create an archive with quantizationParameter set to specified value", :vcr => { :erb => { :version => OpenTok::VERSION + "-Ruby-Version-#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"} } do
8181
quantization_parameter = 40
8282
archive = archives.create session_id, :quantization_parameter => quantization_parameter
8383
expect(archive).to be_an_instance_of OpenTok::Archive

0 commit comments

Comments
 (0)