Revision: 3362 http://trac.macosforge.org/projects/ruby/changeset/3362 Author: ernest.prabhakar@gmail.com Date: 2010-01-29 15:40:00 -0800 (Fri, 29 Jan 2010) Log Message: ----------- Fixed spec name Modified Paths: -------------- MacRuby/trunk/spec/macruby/library/dispatch/queue_source_spec.rb Modified: MacRuby/trunk/spec/macruby/library/dispatch/queue_source_spec.rb =================================================================== --- MacRuby/trunk/spec/macruby/library/dispatch/queue_source_spec.rb 2010-01-29 04:03:50 UTC (rev 3361) +++ MacRuby/trunk/spec/macruby/library/dispatch/queue_source_spec.rb 2010-01-29 23:40:00 UTC (rev 3362) @@ -113,7 +113,7 @@ end describe "on_file_event" do - it "fires with data on how many bytes can be written" do + it "fires with data indicating which file event(s)" do @file = File.open(@filename, "w") @fired = false @src = @q.on_file_event(@file, :delete, :write, :extend, :attrib, :link, :rename, :revoke) do |s|