1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lpr-partynest/spec/interactors/import_all_spec.rb
2019-08-18 09:44:29 +05:00

7 lines
144 B
Ruby

# frozen_string_literal: true
require 'rails_helper'
RSpec.describe ImportAll do
pending "add some examples to (or delete) #{__FILE__}"
end