diff --git a/features/step_definitions/tiny_mce_steps.rb b/features/step_definitions/tiny_mce_steps.rb index e3ef335..bbf9c07 100644 --- a/features/step_definitions/tiny_mce_steps.rb +++ b/features/step_definitions/tiny_mce_steps.rb @@ -1,6 +1,6 @@ Then /^The tinymce "(.+)" should be "(.+)"$/ do |item, content| item_value = page.evaluate_script("tinyMCE.activeEditor.getParam('#{item}');") - assert_equal item_value.to_s, content + item_value.to_s.should == content end Then /^The tinymce "(.+)" should contain "(.+)"$/ do |item, content| -- libgit2 0.21.2