Sha256: 0b81d5ad11b9a1c3b4ed7c169c3b612f176c08a9ab009e9f978030891d0a36c5

Contents?: true

Size: 349 Bytes

Versions: 8

Compression:

Stored size: 349 Bytes

Contents

require 'rails_helper'

module Adherent
  
  
  describe AllpaymentsController, :type => :controller do
  fixtures :all  
    
  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

8 entries across 8 versions & 1 rubygems

Version Path
adherent-0.3.13 spec/controllers/adherent/allpayments_controller_spec.rb
adherent-0.3.12 spec/controllers/adherent/allpayments_controller_spec.rb
adherent-0.3.11 spec/controllers/adherent/allpayments_controller_spec.rb
adherent-0.3.10 spec/controllers/adherent/allpayments_controller_spec.rb
adherent-0.3.9 spec/controllers/adherent/allpayments_controller_spec.rb
adherent-0.3.7 spec/controllers/adherent/allpayments_controller_spec.rb
adherent-0.3.6 spec/controllers/adherent/allpayments_controller_spec.rb
adherent-0.3.5 spec/controllers/adherent/allpayments_controller_spec.rb