Skip to content

Commit 142a8ab

Browse files
authored
Merge pull request #288 from yahonda/replace-it-should-behave-like
Replace it_should_behave_like with it_behaves_like
2 parents d57a0a5 + f43c478 commit 142a8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/plsql/procedure_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
["VARCHAR", "VARCHAR2"].each do |datatype|
6161
describe "Function with #{datatype} parameters" do
62-
it_should_behave_like "Function with string parameters", datatype
62+
it_behaves_like "Function with string parameters", datatype
6363
end
6464
end
6565

0 commit comments

Comments
 (0)