diff --git a/1.8/library/readline/history/history_spec.rb b/1.8/library/readline/history/history_spec.rb index 82a75ad..e569a40 100644 --- a/1.8/library/readline/history/history_spec.rb +++ b/1.8/library/readline/history/history_spec.rb @@ -2,7 +2,7 @@ require 'readline' describe "Readline::HISTORY" do - it "includes the Enumerable module" do + it "is extended with the Enumerable module" do Readline::HISTORY.should be_kind_of(Enumerable) end end