diff options
Diffstat (limited to 'spec/ruby/library/scanf/string/scanf_spec.rb')
-rw-r--r-- | spec/ruby/library/scanf/string/scanf_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/scanf/string/scanf_spec.rb b/spec/ruby/library/scanf/string/scanf_spec.rb index 360c72fba8..885361d5af 100644 --- a/spec/ruby/library/scanf/string/scanf_spec.rb +++ b/spec/ruby/library/scanf/string/scanf_spec.rb @@ -49,5 +49,5 @@ describe "String#scanf" do end describe "String#scanf with block" do - it_behaves_like(:scanf_string_block_scanf, :scanf) + it_behaves_like :scanf_string_block_scanf, :scanf end |