Skip to content

Commit

Permalink
#73 fixed new line problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Ozgur OZKAN committed Aug 8, 2013
1 parent a69f539 commit f0a307c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/cybele/app_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,14 @@ def generate_rspec

def generate_capybara
inject_into_file 'spec/spec_helper.rb', :after => "require 'rspec/autorun'" do <<-CODE
require 'capybara/rspec'
CODE
end
inject_into_file 'spec/spec_helper.rb', :after => ' config.order = "random"' do <<-CODE
# Capybara DSQL
# Capybara DSL
config.include Capybara::DSL
CODE
end
Expand Down

0 comments on commit f0a307c

Please sign in to comment.