Sha256: d14683b480086b0c5950c0d30d12fcaa8fa877d046bb5ab637787dc34f7d66c6
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
require 'spec_helper' module Prosperity describe MetricsController do routes { Prosperity::Engine.routes } describe "GET index" do it "returns successfully" do get :index response.should be_success end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prosperity-0.0.1 | spec/controllers/prosperity/metrics_controller_spec.rb |