Benign go Download

spec/lib/sequel_rails/railties/database_rake_spec.rb

Ruby subshell command executionFile operation imports
SHA-25655eda8f66cd8215785cda5fea4e07f25ff284fde8384eb072bc0af07cc05a67f
MaleculeH(Po)

Evidence

Ruby subshell command execution lines 15–31
15:5… d
16
17 describe 'db:schema:dump' do
18 it "dumps the schema in 'db/schema.rb'" do
19 Dir.chdir app_root do
20 `rake db:schema:dump`
21 expect(File.exist?(schema)).to be true
22 end
23 end
24
25 it 'append the migration schema information if any' do
26 Dir.chdir app_root do
27 `rake db:migrate db:schema:dump`
28 sqls = [
29 Sequel::Model.db.from(
30 :schema_migrations
31 ).insert_sql(:filename => '127325384 …

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.