add users API

This commit is contained in:
Nihad Abbasov 2012-06-27 04:32:56 -07:00
parent 4aca61e8a6
commit 4ad91d3c11
5 changed files with 91 additions and 1 deletions

View file

@ -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