Modified: MacRuby/trunk/spec/macruby/library/dispatch/queue_source_spec.rb (3361 => 3362)
--- 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|