diff options
Diffstat (limited to 'spec/mspec/spec/utils/deprecate_spec.rb')
-rw-r--r-- | spec/mspec/spec/utils/deprecate_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mspec/spec/utils/deprecate_spec.rb b/spec/mspec/spec/utils/deprecate_spec.rb index 14e05c6f35..7fa60df26a 100644 --- a/spec/mspec/spec/utils/deprecate_spec.rb +++ b/spec/mspec/spec/utils/deprecate_spec.rb @@ -9,7 +9,7 @@ describe MSpec, "#deprecate" do warning.should start_with(<<-EOS.chomp) some_method is deprecated, use other_method instead. -from +from EOS warning.should include(__FILE__) warning.should include('8') |