Add specs
This commit is contained in:
parent
24cb41541a
commit
f728be88bb
6 changed files with 42 additions and 0 deletions
7
spec/helpers/accounts_helper_spec.rb
Normal file
7
spec/helpers/accounts_helper_spec.rb
Normal 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
|
7
spec/helpers/contacts_helper_spec.rb
Normal file
7
spec/helpers/contacts_helper_spec.rb
Normal 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
|
7
spec/helpers/navs_helper_spec.rb
Normal file
7
spec/helpers/navs_helper_spec.rb
Normal 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
|
7
spec/helpers/people_helper_spec.rb
Normal file
7
spec/helpers/people_helper_spec.rb
Normal 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
|
7
spec/helpers/regional_offices_helper_spec.rb
Normal file
7
spec/helpers/regional_offices_helper_spec.rb
Normal 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
|
7
spec/helpers/relationships_helper_spec.rb
Normal file
7
spec/helpers/relationships_helper_spec.rb
Normal 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
|
Reference in a new issue