Sha256: fc212e21f32d5105ac9c5127149558c1dce795d729abffaccd53c4e2105b96a8

Contents?: true

Size: 583 Bytes

Versions: 1

Compression:

Stored size: 583 Bytes

Contents

=begin
#Minty API

#Minty API


=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for MintyApi::RedirectUrl
describe MintyApi::RedirectUrl do
  let(:instance) { MintyApi::RedirectUrl.new }

  describe 'test an instance of RedirectUrl' do
    it 'should create an instance of RedirectUrl' do
      expect(instance).to be_instance_of(MintyApi::RedirectUrl)
    end
  end
  describe 'test attribute "redirect_url"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
minty-1.1.0 spec/models/redirect_url_spec.rb