Commit acce94c4
Changed files (2)
spec
controllers
spec/controllers/registrations_controller_spec.rb
@@ -0,0 +1,8 @@
+#require_relative '../../app/controllers/registrations_controller'
+require 'spec_helper'
+
+describe RegistrationsController do
+ it "should blah" do
+
+ end
+end
.vimrc
@@ -1,1 +1,2 @@
-nmap ,t :w\|:!script/test<cr>
+nmap ,t :w\|:!clear && script/test %<cr>
+nmap ,ta :w\|:!script/test<cr>