Sha256: 53e923509a95dc50371d002e2b799c983ae1e08966a6b17e2894ba1361b10b5c

Contents?: true

Size: 203 Bytes

Versions: 12

Compression:

Stored size: 203 Bytes

Contents

class Flipflop::FeaturesGenerator < Rails::Generators::Base
  source_root File.expand_path("../templates", __FILE__)

  def copy_features_file
    copy_file "features.rb", "config/features.rb"
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
flipflop-2.8.0 lib/generators/flipflop/features/features_generator.rb
flipflop-2.7.1 lib/generators/flipflop/features/features_generator.rb
flipflop-2.7.0 lib/generators/flipflop/features/features_generator.rb
flipflop-2.6.0 lib/generators/flipflop/features/features_generator.rb
flipflop-2.5.0 lib/generators/flipflop/features/features_generator.rb
flipflop-2.4.0 lib/generators/flipflop/features/features_generator.rb
flipflop-2.3.1 lib/generators/flipflop/features/features_generator.rb
flipflop-2.3.0 lib/generators/flipflop/features/features_generator.rb
flipflop-2.2.1 lib/generators/flipflop/features/features_generator.rb
flipflop-2.2.0 lib/generators/flipflop/features/features_generator.rb
flipflop-2.1.0 lib/generators/flipflop/features/features_generator.rb
flipflop-2.0.0 lib/generators/flipflop/features/features_generator.rb