lib/boty/cli.rb in boty-0.0.16 vs lib/boty/cli.rb in boty-0.0.17

- old
+ new

@@ -29,11 +29,9 @@ @api_key = ask("What is the #{@bot_name} api key?") || "omg-lol-bbq" end def after_create inside @bot_name do - # for some reason the example .rspec isn't been copied - create_file ".rspec", "--require=spec_helper" run "chmod +x bot" run "bundle install" end end end