Skip to content

Commit

Permalink
Aruba changed create_file to write_file
Browse files Browse the repository at this point in the history
... yep.
  • Loading branch information
sikachu committed Jun 9, 2011
1 parent 83b6f87 commit e2e65d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/configuration_steps.rb
Expand Up @@ -16,7 +16,7 @@
contents.sub!(/(\.routes\.draw do)/, "\\1\n#{route}\n")
File.open(path, "w") { |file| file.write(contents) }
end
create_file("app/controllers/home_controller.rb", <<-CONTROLLER)
write_file("app/controllers/home_controller.rb", <<-CONTROLLER)
class HomeController < ApplicationController
def show
render :text => "", :layout => "application"
Expand Down

0 comments on commit e2e65d5

Please sign in to comment.