Skip to content

Commit

Permalink
[Truffle] Switch to using library rather than RubySL specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Mar 17, 2015
1 parent 893aefe commit acd4108
Show file tree
Hide file tree
Showing 302 changed files with 22 additions and 7,834 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -39,7 +39,7 @@ env:
- PHASE='-Prake -Dtask=spec:profiler'
- PHASE='-Ptruffle-specs-language'
- PHASE='-Ptruffle-specs-core'
- PHASE='-Ptruffle-specs-rubysl'
- PHASE='-Ptruffle-specs-library'

matrix:
include:
Expand Down
4 changes: 2 additions & 2 deletions pom.rb
Expand Up @@ -177,8 +177,8 @@

[
'rake', 'exec', 'truffle-specs-language', 'truffle-specs-core',
'truffle-specs-rubysl', 'truffle-specs-language-report',
'truffle-specs-core-report', 'truffle-specs-rubysl-report', 'truffle-test-pe'
'truffle-specs-library', 'truffle-specs-language-report',
'truffle-specs-core-report', 'truffle-specs-library-report', 'truffle-test-pe'
].each do |name|
profile name do

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -562,7 +562,7 @@
</modules>
</profile>
<profile>
<id>truffle-specs-rubysl</id>
<id>truffle-specs-library</id>
<build>
<defaultGoal>package</defaultGoal>
</build>
Expand All @@ -589,7 +589,7 @@
</modules>
</profile>
<profile>
<id>truffle-specs-rubysl-report</id>
<id>truffle-specs-library-report</id>
<build>
<defaultGoal>package</defaultGoal>
</build>
Expand Down
10 changes: 0 additions & 10 deletions spec/truffle/spec/rubysl/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions spec/truffle/spec/rubysl/rubysl-erb/LICENSE

This file was deleted.

28 changes: 0 additions & 28 deletions spec/truffle/spec/rubysl/rubysl-erb/spec/def_class_spec.rb

This file was deleted.

25 changes: 0 additions & 25 deletions spec/truffle/spec/rubysl/rubysl-erb/spec/def_method_spec.rb

This file was deleted.

26 changes: 0 additions & 26 deletions spec/truffle/spec/rubysl/rubysl-erb/spec/def_module_spec.rb

This file was deleted.

This file was deleted.

53 changes: 0 additions & 53 deletions spec/truffle/spec/rubysl/rubysl-erb/spec/filename_spec.rb

This file was deleted.

0 comments on commit acd4108

Please sign in to comment.