spec/from_command_spec.rb in overapp-0.4.1 vs spec/from_command_spec.rb in overapp-0.4.2

- old
+ new

@@ -22,8 +22,8 @@ res end it 'runs' do project.write_to! output_dir - Dir["#{output_dir}/**/*.*"].should == ['abc.txt','place.txt'].map { |x| "#{output_dir}/#{x}" } + Dir["#{output_dir}/**/*.*"].sort.should == ['abc.txt','place.txt'].sort.map { |x| "#{output_dir}/#{x}" } end end