spec/command_spec.rb in architecture-js-0.1.4 vs spec/command_spec.rb in architecture-js-0.1.5

- old
+ new

@@ -51,10 +51,10 @@ FileUtils.cp "#{FIXTURES}/src_file.js", "#{TMP_DIR}/src/myapp.js" suppress_output { ArchitectureJS::Command.compile({ path: TMP_DIR }) } File.exists?("#{TMP_DIR}/lib/myapp.js").should be_true - "#{TMP_DIR}/lib/myapp.js".should be_same_file_as "#{FIXTURES}/compiled_src.js" + "#{TMP_DIR}/lib/myapp.js".should be_same_file_as "#{FIXTURES}/compressed.js" end end # Usage end \ No newline at end of file