diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-03-02 15:59:50 -0500 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-03-02 15:59:50 -0500 |
commit | eaf3d3cddf418c560c9619f722ea1dbc5d6cc61a (patch) | |
tree | 85d2e147a410ae528425595282aa4d7235152df8 /spec/controllers/main_controller_spec.rb | |
parent | b677983475513c78108406901fccd5cbe9604ca6 (diff) |
currently adding Session controller and view
Diffstat (limited to 'spec/controllers/main_controller_spec.rb')
-rw-r--r-- | spec/controllers/main_controller_spec.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/controllers/main_controller_spec.rb b/spec/controllers/main_controller_spec.rb new file mode 100644 index 0000000..247e21d --- /dev/null +++ b/spec/controllers/main_controller_spec.rb @@ -0,0 +1,5 @@ +require 'spec_helper' + +describe MainController do + +end |