Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
move test views to markdown format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed May 25, 2012
1 parent 8813a59 commit 80473dd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion spec/glorify/blocks.erb

This file was deleted.

1 change: 1 addition & 0 deletions spec/glorify/blocks.md
@@ -0,0 +1 @@
```puts "Hello, world!"```
1 change: 0 additions & 1 deletion spec/glorify/header.erb

This file was deleted.

1 change: 1 addition & 0 deletions spec/glorify/header.md
@@ -0,0 +1 @@
# a sip of glory
1 change: 0 additions & 1 deletion spec/glorify/ruby_blocks.erb

This file was deleted.

5 changes: 5 additions & 0 deletions spec/glorify/ruby_blocks.md
@@ -0,0 +1,5 @@
```ruby
def in_ruby?
return apples.all? { |a| a.to_s == 'ruby' }
end
```

0 comments on commit 80473dd

Please sign in to comment.