logs_helper_spec.rb 415 B

123456789101112131415
  1. require 'spec_helper'
  2. # Specs in this file have access to a helper object that includes
  3. # the AgentLogsHelper. For example:
  4. #
  5. # describe AgentLogsHelper 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. describe LogsHelper do
  13. pending "add some examples to (or delete) #{__FILE__}"
  14. end