Sha256: 9fae0d90f88b4974a273f74cd3de7c8c641be753f8a36db0716e094af722ccbe
Contents?: true
Size: 485 Bytes
Versions: 64
Compression:
Stored size: 485 Bytes
Contents
require 'rails_helper' # Specs in this file have access to a helper object that includes # the PrivateMessagesHelper. For example: # # describe PrivateMessagesHelper do # describe "string concat" do # it "concats two strings with spaces" do # expect(helper.concat_strings("this","that")).to eq("this that") # end # end # end module MyForum RSpec.describe PrivateMessagesHelper, type: :helper do pending "add some examples to (or delete) #{__FILE__}" end end
Version data entries
64 entries across 64 versions & 1 rubygems