spec/dmg_spec.rb in choctop-0.13.1 vs spec/dmg_spec.rb in choctop-0.14.0
- old
+ new
@@ -8,10 +8,10 @@
@choctop.files = {}
end
end
context "#prepare_files" do
- it "should process :target_bundle into a path" do
+ it "should process :readme into a path" do
FileUtils.chdir(@project_path) do
@choctop.file :readme, :position=>[175, 65]
@choctop.prepare_files
@choctop.files['README.txt'].should == {:position=>[175, 65], :name => 'README.txt'}
end
\ No newline at end of file