1
0
Fork 0

Add specs

This commit is contained in:
Alex Kotov 2019-09-03 09:18:24 +05:00
parent 24cb41541a
commit f728be88bb
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
6 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe AccountsHelper do
pending "add some examples to (or delete) #{__FILE__}"
end

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe ContactsHelper do
pending "add some examples to (or delete) #{__FILE__}"
end

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe NavsHelper do
pending "add some examples to (or delete) #{__FILE__}"
end

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe PeopleHelper do
pending "add some examples to (or delete) #{__FILE__}"
end

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe RegionalOfficesHelper do
pending "add some examples to (or delete) #{__FILE__}"
end

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe RelationshipsHelper do
pending "add some examples to (or delete) #{__FILE__}"
end