We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d57a0a5 + f43c478 commit 142a8abCopy full SHA for 142a8ab
1 file changed
spec/plsql/procedure_spec.rb
@@ -59,7 +59,7 @@
59
60
["VARCHAR", "VARCHAR2"].each do |datatype|
61
describe "Function with #{datatype} parameters" do
62
- it_should_behave_like "Function with string parameters", datatype
+ it_behaves_like "Function with string parameters", datatype
63
end
64
65
0 commit comments