Sha256: 6ac25c0e86be606dd080f48d1ff374c39e95bd67e1476ef89926d8fa6c3eeba4

Contents?: true

Size: 449 Bytes

Versions: 1

Compression:

Stored size: 449 Bytes

Contents

require 'test_helper'
require 'generators/better_record/install/install_generator'

module BetterRecord
  class BetterRecord::InstallGeneratorTest < Rails::Generators::TestCase
    tests BetterRecord::InstallGenerator
    destination Rails.root.join('tmp/generators')
    setup :prepare_destination

    # test "generator runs without errors" do
    #   assert_nothing_raised do
    #     run_generator ["arguments"]
    #   end
    # end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
better_record-0.2.0 spec/lib/generators/better_record/install_generator_test.rb