Sha256: 7ae7ec60115d4b0d1faea645bdb15e7bb70eeb02971dfc6bb1cefef930ac8ece
Contents?: true
Size: 571 Bytes
Versions: 5
Compression:
Stored size: 571 Bytes
Contents
class BlueLightSpecialTestsGenerator < Rails::Generator::Base def manifest record do |m| m.directory File.join("test", "integration") ["test/integration/facebook_test.rb", "test/integration/impersonation_test.rb", "test/integration/sign_in_test.rb", "test/integration/sign_out_test.rb", "test/integration/sign_up_test.rb", "test/integration/edit_profile_test.rb", "test/integration/password_reset_test.rb"].each do |file| m.file file, file end m.readme "README" end end end
Version data entries
5 entries across 5 versions & 3 rubygems