Commit acce94c4

mo k <mo@mokhan.ca>
2012-05-24 13:05:42
update vimrc and start to write tests for registrations controller.
1 parent e27ab9d
Changed files (2)
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>