The code powering m.abunchtell.com https://m.abunchtell.com
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

routing_helper.rb 436 B

123456789101112131415
  1. require 'rails_helper'
  2. # Specs in this file have access to a helper object that includes
  3. # the RoutingHelper. For example:
  4. #
  5. # describe RoutingHelper do
  6. # describe "string concat" do
  7. # it "concats two strings with spaces" do
  8. # expect(helper.concat_strings("this","that")).to eq("this that")
  9. # end
  10. # end
  11. # end
  12. RSpec.describe RoutingHelper, type: :helper do
  13. pending "add some examples to (or delete) #{__FILE__}"
  14. end