Skip to content
Snippets Groups Projects
Commit 6738137e authored by Eduardo Machado's avatar Eduardo Machado
Browse files

#97: statistcs tests created.

parent ed215d0d
No related branches found
No related tags found
No related merge requests found
require 'acceptance_helpers'
require 'shared/contexts'
resource 'Statistics' do
before { 12.times { create(:learning_object); create(:user) } }
get '/v1/statistics' do
example 'Showing plataform statistics' do
do_request
expect(status).to eq(200)
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment