vidpush/spec/controllers/application_controller_spec.rb

9 lines
114 B
Ruby
Raw Normal View History

2014-04-25 16:03:33 +00:00
require 'spec_helper'
describe ApplicationController do
it "can fail login" do
get "root#index"
end
end