8 lines
88 B
Ruby
8 lines
88 B
Ruby
require 'rspec'
|
|
|
|
describe TokenEndpoint do
|
|
|
|
it "shoud generate a token" do
|
|
|
|
end
|
|
end
|