Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit b847789

Browse files
committed
Rakefile
1 parent 7f36813 commit b847789

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Rakefile

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,8 @@ require 'opal/rspec/rake_task'
1111

1212
RSpec::Core::RakeTask.new('ruby:rspec')
1313

14-
Opal::RSpec::RakeTask.new('opal:rspec') do |s, task|
15-
s.append_path 'spec/vendor'
16-
s.index_path = 'spec/index.html.erb'
17-
task.runner = :node
18-
task.timeout = 80000 if task
19-
end
20-
2114
task :test do
2215
Rake::Task['ruby:rspec'].invoke
23-
Rake::Task['opal:rspec'].invoke
2416
end
2517

2618
require 'generators/reactive_ruby/test_app/test_app_generator'
@@ -31,4 +23,8 @@ task :test_app do
3123
system("bundle exec rake db:drop db:create db:migrate > #{File::NULL}")
3224
end
3325

26+
task :test_prepare do
27+
system("./dciy_prepare.sh")
28+
end
29+
3430
task default: [ :test ]

spec/test_app/db/test.sqlite3

20 KB
Binary file not shown.

0 commit comments

Comments
 (0)