Sha256: 1b56af3692eeb49a525510d2d69ae216252b9cad6ab4b78573c6469e4d72bbfe

Contents?: true

Size: 480 Bytes

Versions: 23

Compression:

Stored size: 480 Bytes

Contents

require 'rspec'
require 'cantango'
require 'rails'
require 'require_all'

DIR = File.dirname(__FILE__) 

#require_all DIR + '/../../../app/models'

describe 'Save License to yaml' do
  pending 'not done'

  before :each do
    # @license = LicenseConfig.new :name => 'blogging'
    # @license.can = PermissionSet.new :read => ['Article', 'Post']
  end

  # it "should save license to license.yml file" do
  #   pending
  #   puts @license
  #   puts @license.to_yaml
  # end
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
cantango-0.8.6 spec/cantango/license/save_license_spec.rb
cantango-0.8.5.1 spec/cantango/license/save_license_spec.rb
cantango-0.8.0 spec/cantango/license/save_license_spec.rb