Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix the description for the Readline::HISTORY spec.
  • Loading branch information
arthurschreiber committed May 30, 2008
1 parent 574eded commit fcaa37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.8/library/readline/history/history_spec.rb
Expand Up @@ -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

0 comments on commit fcaa37e

Please sign in to comment.