Sha256: e0cc30f592e688569056be16be33e9177fb6fd5c23c72b5d9f4640884797efbe

Contents?: true

Size: 324 Bytes

Versions: 21

Compression:

Stored size: 324 Bytes

Contents

require 'rails_helper'

module Adherent
  describe AllpaymentsController, :type => :controller do
    
  before(:each) do
   @routes = Adherent::Engine.routes 
  end
  
    describe "GET 'index'" do
      it "returns http success" do
        get 'index'
        expect(response).to be_success
      end
    end
  
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
adherent-0.1.9 spec/controllers/adherent/allpayments_controller_spec.rb