Hi! Is there a nicer way of writing File.should be_exist('filename')? File.should exist('foo') throws NoMethodError in 'specification' undefined method `exist' for #<#<Class:0x3ec1c30>:0x3ebc308> (I'm using rspec from the trunk) Esad