Skip to content

Commit

Permalink
Add proper tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jul 15, 2012
1 parent 3ea2424 commit e04c84d
Show file tree
Hide file tree
Showing 8 changed files with 388 additions and 298 deletions.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--color
--format progress
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: ruby
script: "rake"
script: "rspec"
rvm:
- 1.9.2
- 1.9.3
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env rake

require "bundler/gem_tasks"

file 'lib/liquor/lexer.rb' => 'lib/liquor/lexer.rl' do
Expand Down
Loading

0 comments on commit e04c84d

Please sign in to comment.