Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/richardiux/jasmine-gem
Browse files Browse the repository at this point in the history
  • Loading branch information
xian committed Aug 22, 2010
2 parents 055fd08 + 7236412 commit 450b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jasmine/command_line_tool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def process(argv)
require 'rake'
unless Rake::Task.task_defined?('jasmine')
File.open(dest_path('Rakefile'), write_mode) do |f|
f.write(File.read(template_path('lib/tasks/jasmine.rake')))
f.write("\n" + File.read(template_path('lib/tasks/jasmine.rake')))
end
end
end
Expand Down

0 comments on commit 450b964

Please sign in to comment.