Skip to content

Commit

Permalink
Failing test for symbol sources
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Nov 11, 2011
1 parent 508f760 commit 35c8f58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/appraisal/gemfile_spec.rb
Expand Up @@ -21,4 +21,10 @@
gemfile.gem "three"
gemfile.to_s.should =~ /one.*two.*three/m
end

it "supports symbol sources" do
gemfile = Appraisal::Gemfile.new
gemfile.source :one
gemfile.to_s.strip.should == %{source :one}
end
end

0 comments on commit 35c8f58

Please sign in to comment.