From 7b9370d10a2d67b83610b8cf8b876734972c2ee9 Mon Sep 17 00:00:00 2001 From: RobertDober Date: Mon, 10 Apr 2017 11:03:11 +0200 Subject: Deprecation Warnings removed; Seeds corrected, Refs: #2070 --- spec/helpers/referentials_helper_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/helpers/referentials_helper_spec.rb') diff --git a/spec/helpers/referentials_helper_spec.rb b/spec/helpers/referentials_helper_spec.rb index 6efc13822..6b659dc8b 100644 --- a/spec/helpers/referentials_helper_spec.rb +++ b/spec/helpers/referentials_helper_spec.rb @@ -6,7 +6,7 @@ require 'spec_helper' # describe ReferentialsHelper do # describe "string concat" do # it "concats two strings with spaces" do -# helper.concat_strings("this","that").should == "this that" +# expect(helper.concat_strings("this","that")).to == "this that" # end # end # end -- cgit v1.2.3