Skip to content

Commit 8c1662b

Browse files
author
plugin73
committed
edit test
1 parent c2be30c commit 8c1662b

File tree

3 files changed

+51
-11
lines changed

3 files changed

+51
-11
lines changed

.idea/workspace.xml

Lines changed: 48 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml~

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: ruby
2+
rvm:
3+
-1.9.3

test/unit/post_test.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ class PostTest < ActiveSupport::TestCase
44
# test "the truth" do
55
# assert true
66
# end
7-
test "should get index" do
8-
get :index
9-
assert_response :success
10-
assert_not_nil assigns(:posts)
11-
end
127
end

0 commit comments

Comments
 (0)