add users API
This commit is contained in:
parent
4aca61e8a6
commit
4ad91d3c11
5 changed files with 91 additions and 1 deletions
|
@ -58,4 +58,8 @@ RSpec.configure do |config|
|
|||
config.after do
|
||||
DatabaseCleaner.clean
|
||||
end
|
||||
|
||||
config.include RSpec::Rails::RequestExampleGroup, :type => :request, :example_group => {
|
||||
:file_path => /spec\/api/
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue