-
-
Save unobliged/2932511 to your computer and use it in GitHub Desktop.
passages helper spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'spec_helper' | |
describe PassagesHelper do | |
describe "#unique_words" do | |
let(:passage) { FactoryGirl.create(:passage) } | |
passage.title.should eq("testFG") | |
# @result = unique_words(:passage.content) | |
# result.to_set == result | |
end | |
describe "#define_words_CEDICT" do | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment